summaryrefslogtreecommitdiff
path: root/src/Inky/Term/Pretty.idr
AgeCommit message (Collapse)Author
2025-03-13Rewrite for flap v2.0.0.HEADmasterGreg Brown
Make `foldcase` syntactic sugar.
2025-01-07Add quotation to help metaprogramming.Greg Brown
2024-11-20Improve syntactic sugar.Greg Brown
Sugar makes programs nicer to write.
2024-11-18Preserve some comments when pretty printing.Greg Brown
2024-11-12Add ability to desugar terms.Greg Brown
Remove `getChildren` construct---it's too niche for the core language.
2024-10-29Write a fuelled reducer for System T.Greg Brown
2024-10-29Print type checking errors.Greg Brown
2024-10-28Improve pretty printer.Greg Brown
2024-10-28Make everything relevant.Greg Brown
Too few proofs were relevant. Now they are.
2024-10-09Do a lot.Greg Brown
- Add type aliases. - Make `suc` a symbol. - Fix incorrect specification for `IsFunction`. - Write parser for terms. - Use `collie` to improve command line experience.
2024-09-30Make tags for tuples and cases unique.Greg Brown
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