about summary refs log tree commit diff
path: root/test/TypecheckTest.hs
AgeCommit message (Collapse)AuthorFilesLines
2020-01-19Add Except monad, and destructors for records and variantsPaweł Dybiec1-18/+26
2020-01-09More testsPaweł Dybiec1-0/+20
2020-01-08Initial commitPaweł Dybiec1-0/+14
Initial version of project. What is done: * Syntax of expressions,commands,programs and types * Crude typechecking * Some typechecking tests