churf/test_program
2023-02-22 15:24:38 +01:00

3 lines
59 B
Text

fun : Mono Int -> Mono Int ;
fun = let f = \x. x in f 3 ;