summaryrefslogtreecommitdiff
path: root/src/Term.idr
AgeCommit message (Expand)Author
2023-07-04Add more built-in functions.Chloe Brown
2023-07-03Add literals as primitive term.Chloe Brown
2023-06-21Add sums, vectors and arithmetic encodings.Chloe Brown
2023-06-16Define semantics and encode types up to pairs.Chloe Brown
2023-06-16Reset using only co-de Bruijn syntax.Chloe Brown
2023-06-06Write an encoding for data types.Chloe Brown
2023-05-24Make normal forms a property.Chloe Brown
2023-05-23Define a partial evaluator inductively.Chloe Brown
2023-05-23Define terms and thinnings.Chloe Brown