Typeinference/checking on expressions done.
Simplified the typechecker a bit, removed GADT solution for now. Still not fully working
This commit is contained in:
parent
b6b2dfa25f
commit
be3fcfc9e3
5 changed files with 153 additions and 63 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue