6 lines
68 B
Text
6 lines
68 B
Text
|
fun : int -> int
|
||
|
id (x : int) = x
|
||
|
|
||
|
let main : int =
|
||
|
id (42)
|