Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 291 Bytes

depend

Implementation of a type checker of lambda-P-omega in Haskell.

Current status:

  • Parsing completed.
  • Type checking still has some bugs.

Possible future additions:

  • Simple type inference
  • W types or inductive types
  • Simple Print toplevel command
  • Compilation