6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
|
|
\n: int =>
|
||
|
|
let fn =
|
||
|
|
\x: int => x + n
|
||
|
|
in
|
||
|
|
fn n
|