Typeinference/checking on expressions done.

Simplified the typechecker a bit, removed GADT solution for now.
Still not fully working
This commit is contained in:
sebastianselander 2023-01-24 16:39:22 +01:00
parent b6b2dfa25f
commit be3fcfc9e3
5 changed files with 153 additions and 63 deletions

View file

@ -17,7 +17,7 @@ extra-source-fiels:
common warnings
ghc-options: -Wall
ghc-options: -W
executable language
import: warnings
@ -30,8 +30,10 @@ executable language
Grammar.Par
Grammar.Print
Grammar.Skel
Grammar.ErrM
Interpreter
TypeChecker
NewAbs
hs-source-dirs: src