3 lines
39 B
Text
3 lines
39 B
Text
|
let main =
|
||
|
let y = ref (\x -> x);
|
||
|
y
|