-
- Downloads
Add node value evaluation for function definition
In an expression such as `` let f : R -> R, x -> x+1; `` the `1` value was not computed thus, its AST node value contained nothing. Now node values evaluation treats also functions expressions.
Please register or sign in to comment