4 lines
No EOL
73 B
Text
4 lines
No EOL
73 B
Text
fun : [`a] `a -> `a
|
|
id (x : int) = x
|
|
|
|
let main : int = id<int> (37) |