Adding simple Algorithm W implementation (no recursive functions)
This commit is contained in:
5
bin/testing.minifun
Normal file
5
bin/testing.minifun
Normal file
@ -0,0 +1,5 @@
|
||||
\n: int =>
|
||||
let fn =
|
||||
\x: int => x + n
|
||||
in
|
||||
fn n
|
||||
Reference in New Issue
Block a user