5 lines
70 B
Text
5 lines
70 B
Text
|
fun : int -> int
|
||
|
id (x : int) = id x
|
||
|
|
||
|
let main : int =
|
||
|
id "foo"
|