Add closures and fix lets in monomorphizer
This commit is contained in:
parent
677a200a15
commit
72e599d5de
26 changed files with 1440 additions and 692 deletions
6
sample-programs/working/addition.chrf
Normal file
6
sample-programs/working/addition.chrf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
|
||||
add : Int -> Int -> Int -> Int
|
||||
add x y z = x + y + z
|
||||
|
||||
main = add 8 6 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue