summaryrefslogtreecommitdiff
path: root/test/run_tests.sh
AgeCommit message (Collapse)Author
2017-11-16Fixed some longstanding issues regarding constraints on type constructors.Alasdair Armstrong
Now constraints on type constructors are checked correctly when checking that types are well formed using Env.wf_typ. The arity and kind of type constructor arguments are also checked in the same way. Also some general cleanups to the type checker code, with some auxillary functions being moved to more appropriate files.
2017-09-01More test cases for ocaml backendAlasdair Armstrong