3 lines
69 B
Text
3 lines
69 B
Text
|
let id = \x -> x
|
||
|
let test = print_string (id ("This test is OK.\n"))
|