about summary refs log tree commit diff
path: root/src/Syntax.hs
AgeCommit message (Expand)AuthorFilesLines
2020-01-20Add evaluation of whole programs, typechecking functions and main mainPaweł Dybiec1-6/+6
2020-01-20Add function calls in commands, and type annotations in expressionsPaweł Dybiec1-1/+6
2020-01-20Fix variants typing, add wellformedness for commandsPaweł Dybiec1-3/+3
2020-01-19Add Except monad, and destructors for records and variantsPaweł Dybiec1-2/+6
2020-01-09Fix variant typePaweł Dybiec1-1/+1
2020-01-08Initial commitPaweł Dybiec1-0/+34