A hindley-milner typechecker with inductive types.
 
Go to file
Rachel Lambda Samuelsson d3f9de1f05 it can now infer the type of some expressions 2022-01-25 21:00:12 +01:00
app it can now infer the type of some expressions 2022-01-25 21:00:12 +01:00
src it can now infer the type of some expressions 2022-01-25 21:00:12 +01:00
.gitignore added some build stuff 2022-01-23 12:52:33 +01:00
LICENSE added some build stuff 2022-01-23 12:52:33 +01:00
Setup.hs only rebuild grammar when source has been modified 2022-01-23 13:58:15 +01:00
TODO it can now infer the type of some expressions 2022-01-25 21:00:12 +01:00
hm.cabal it can now infer the type of some expressions 2022-01-25 21:00:12 +01:00
hm.cf it can now infer the type of some expressions 2022-01-25 21:00:12 +01:00
readme.md setup build system properly 2022-01-23 13:43:50 +01:00
test added a TODO with some resources 2022-01-23 12:00:17 +01:00

readme.md

HM

A simple, terminating, pure, hindley milner lambda calculus with inductively defined types.

Building

Depends: * BNFC * GHC * Cabal

Instructions: * Run cabal build