ivo/src/LambdaCalculus
James T. Martin ebf093525e
Replace `fix` builtin with `letrec` syntax.
2021-03-22 17:34:51 -07:00
..
Evaluator Added support for Hindley-Milner type inference! 2021-03-18 00:00:43 -07:00
Expression Added support for Hindley-Milner type inference! 2021-03-18 00:00:43 -07:00
Syntax Replace `fix` builtin with `letrec` syntax. 2021-03-22 17:34:51 -07:00
Types Added support for Hindley-Milner type inference! 2021-03-18 00:00:43 -07:00
Evaluator.hs Make the REPL awesome with readline, declarations, commands, file loading, etc. 2021-03-18 14:40:04 -07:00
Expression.hs Replace `fix` builtin with `letrec` syntax. 2021-03-22 17:34:51 -07:00
Syntax.hs Combine expression representations using the 'trees that grow' design pattern. 2021-03-16 18:25:42 -07:00
Types.hs Added support for Hindley-Milner type inference! 2021-03-18 00:00:43 -07:00