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

@ -31,11 +31,12 @@ executable language
Grammar.Print
Grammar.Skel
Interpreter
TypeChecker
hs-source-dirs: src
build-depends:
base ^>=4.16.3.0
base >= 4.16.3.0
, mtl
, containers
, either