Adjust old type checker to new syntax, and refactor lambda lifter to use typed AST
This commit is contained in:
parent
514c809b1e
commit
210e55bb15
18 changed files with 554 additions and 145 deletions
3
sample-programs/basic-10
Normal file
3
sample-programs/basic-10
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
main : Int -> Int -> Int;
|
||||
main x y = (x : Int) + y;
|
||||
Loading…
Add table
Add a link
Reference in a new issue