Changes between Initial Version and Version 1 of Ticket #5236, comment 3
- Timestamp:
- 2018-12-12T08:14:20Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5236, comment 3
initial v1 12 12 }}} 13 13 we get different dump between NF and OF. 14 15 How I remember: The other issue is that the backend can handle functions. But `M1.R(x,y)` is not an function call.16 I guess if `M1.R(x,y)` would be replaced by the constructor call something like `M1.R.'constructor'(x,y)` can help, where `M1.R.'constructor'` should be a know function in the function tree.