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