v icon indicating copy to clipboard operation
v copied to clipboard

Lambda functions

Open vegard opened this issue 7 years ago • 0 comments

The difference between fun and lambda would be that lambda always creates a new function type and that the return type is always assumed to be the type of the compiled body. (If you want to create multiple lambdas of the same type, you should just call fun and use the result as your lambda.)

vegard avatar Jul 29 '17 21:07 vegard