churf/sample-programs/basic-3.crf
2023-03-26 18:38:07 +02:00

2 lines
46 B
Text

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