churf/sample-programs/basic-3
2023-03-22 12:45:51 +01:00

2 lines
46 B
Text

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