Add bidirectional type checker, lambda lifter.
This commit is contained in:
parent
2fa30faa87
commit
ac3f222753
22 changed files with 2440 additions and 577 deletions
10
tests/Tests.hs
Normal file
10
tests/Tests.hs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
module Main where
|
||||
|
||||
import Test.Hspec
|
||||
import TestTypeCheckerBidir (testTypeCheckerBidir)
|
||||
import TestTypeCheckerHm (testTypeCheckerHm)
|
||||
|
||||
main = hspec $ do
|
||||
testTypeCheckerBidir
|
||||
testTypeCheckerHm
|
||||
Loading…
Add table
Add a link
Reference in a new issue