5 lines
72 B
Text
5 lines
72 B
Text
id : Mono Int -> Mono Int ;
|
|
id = \x. x ;
|
|
|
|
main : Poly a ;
|
|
main = id 3 ;
|