churf/test_program
2023-02-19 02:10:57 +01:00

5 lines
72 B
Text

id : Mono Int -> Mono Int ;
id = \x. x ;
main : Poly a ;
main = id 3 ;