churf/sample-programs/basic-3
2023-03-06 13:04:07 +01:00

2 lines
47 B
Text

main : _Int ;
main = (\x. x+x+3) ((\x. x) 2) ;