summaryrefslogtreecommitdiff
path: root/src/Term/Pretty.idr
AgeCommit message (Collapse)Author
2024-01-22Fix some bug?Chloe Brown
I don't really know. I haven't read this in a long time.
2023-07-04Make unions a pseudo-built-in type.Chloe Brown
2023-07-04Add more built-in functions.Chloe Brown
2023-07-03Add literals as primitive term.Chloe Brown
2023-06-22Add encodings for containers.Chloe Brown
Remove useless junk.
2023-06-21Add sums, vectors and arithmetic encodings.Chloe Brown
Also define pretty printing of terms.