about summary refs log tree commit diff
path: root/src/Typecheck.hs
AgeCommit message (Expand)AuthorFilesLines
2020-01-20Add evaluation of whole programs, typechecking functions and main mainPaweł Dybiec1-1/+23
2020-01-20EvaluatorPaweł Dybiec1-1/+1
2020-01-20Add function calls in commands, and type annotations in expressionsPaweł Dybiec1-20/+38
2020-01-20Fix variants typing, add wellformedness for commandsPaweł Dybiec1-3/+60
2020-01-19Add Except monad, and destructors for records and variantsPaweł Dybiec1-21/+71
2020-01-09Infer for record typesPaweł Dybiec1-1/+5
2020-01-09Fix infer for deref and arithmetic expressionsPaweł Dybiec1-4/+4
2020-01-09Fix assertsPaweł Dybiec1-3/+3
2020-01-09Fix variant typePaweł Dybiec1-1/+5
2020-01-08Initial commitPaweł Dybiec1-0/+43