churf/test_program
sebastianselander 420fb107f0 Commented code and fixed some bugs I think. Still not complete
id : Int -> Int
id x = x
does not type check
2023-02-19 15:25:49 +01:00

2 lines
43 B
Text

fun : Mono Int -> Mono Int ;
fun = \x. x ;