Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 482 Bytes

TODO.md

File metadata and controls

11 lines (11 loc) · 482 Bytes
  • Check that type constructors exist when typechecking modules
  • Implement pattern matching for integers
  • Implement pattern matching for strings
  • Implement pattern matching for unit
  • Fix bug where the order of definitions affects typechecking
  • Implement FFI definition syntax: foreign someFunc : SomeType
  • Clean up show primitives
  • Implement type aliases
  • Implement typed holes
  • Add do-notation
  • Consider adding idiom brackets