Add implicit foralls for bidir, update and unify pipeline
This commit is contained in:
parent
12bca1c32d
commit
9870802371
33 changed files with 1010 additions and 1055 deletions
16
tests/Main.hs
Normal file
16
tests/Main.hs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
module Main where
|
||||
|
||||
import Test.Hspec
|
||||
import TestAnnForall (testAnnForall)
|
||||
import TestRenamer (testRenamer)
|
||||
import TestReportForall (testReportForall)
|
||||
import TestTypeCheckerBidir (testTypeCheckerBidir)
|
||||
import TestTypeCheckerHm (testTypeCheckerHm)
|
||||
|
||||
main = hspec $ do
|
||||
testReportForall
|
||||
testAnnForall
|
||||
testRenamer
|
||||
testTypeCheckerBidir
|
||||
testTypeCheckerHm
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue