Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-20 | Get working type pretty printer. | Greg Brown | |
Write a type on stdin, and it will tell you if it's well formed, and will pretty print it back if so. Rewrite the parser library to be n-ary. | |||
2024-09-17 | Introduce names in contexts. | Greg Brown | |
Introduce rows for n-ary sums and products. Remove union types. | |||
2024-09-13 | Define parser infrastructure. | Greg Brown | |
2024-09-13 | Define pretty printers for terms and types. | Greg Brown | |
2024-09-11 | Define terms. | Greg Brown | |
2024-09-09 | Restart. | Greg Brown | |
- use De Bruijn, as Namely, Painless had more pain than promised; - remove higher-kinded types; - provide ill-typing predicates; - prove substitution respects ill-typing; | |||
2024-08-14 | Define kinds and monotypes. | Greg Brown | |
2024-08-14 | Define environments over worlds. | Greg Brown | |
2024-08-06 | Define traversal kits. | Greg Brown | |
2024-08-05 | Define nominal, painless binding. | Greg Brown | |
2024-08-03 | Initial commit. | Greg Brown | |