3 lines
31 B
Text
3 lines
31 B
Text
|
let main =
|
||
|
fun f x = x;
|
||
|
f 0
|