summaryrefslogtreecommitdiff
path: root/src/Inky/Term
AgeCommit message (Collapse)Author
2024-09-30Make tags for tuples and cases unique.Greg Brown
2024-09-20Get 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-17Introduce names in contexts.Greg Brown
Introduce rows for n-ary sums and products. Remove union types.
2024-09-13Define pretty printers for terms and types.Greg Brown