Some work on a typechecker
This commit is contained in:
parent
d85a0d26b8
commit
b6b2dfa25f
6 changed files with 98 additions and 84 deletions
|
|
@ -1,5 +1,2 @@
|
|||
|
||||
|
||||
|
||||
|
||||
main = (\x -> x + x + 3) ((\x -> x) 2)
|
||||
main : Int
|
||||
main = (\x : Int. x + x + 3) ((\x : Int. x) 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue