Add bidirectional type checker, lambda lifter.

This commit is contained in:
Martin Fredin 2023-02-18 14:49:33 +01:00
parent 2fa30faa87
commit ac3f222753
22 changed files with 2440 additions and 577 deletions

10
tests/Tests.hs Normal file
View file

@ -0,0 +1,10 @@
module Main where
import Test.Hspec
import TestTypeCheckerBidir (testTypeCheckerBidir)
import TestTypeCheckerHm (testTypeCheckerHm)
main = hspec $ do
testTypeCheckerBidir
testTypeCheckerHm