Some work on a typechecker

This commit is contained in:
sebastianselander 2023-01-23 17:17:06 +01:00
parent d85a0d26b8
commit b6b2dfa25f
6 changed files with 98 additions and 84 deletions

View file

@ -1,5 +1,2 @@
main = (\x -> x + x + 3) ((\x -> x) 2)
main : Int
main = (\x : Int. x + x + 3) ((\x : Int. x) 2)