summaryrefslogtreecommitdiff
path: root/src/Obs
AgeCommit message (Collapse)Author
2022-12-18Change output to formatted terms.Greg Brown
2022-12-18syntax: rename "_" -> "*".Greg Brown
2022-12-18Make the parser commit to the choices it makes.Greg Brown
2022-12-18Add False type.Greg Brown
2022-12-18Remove fullBounds from Syntax.Greg Brown
2022-12-18Add the True type.Greg Brown
2022-12-17Add totality annotations.Greg Brown
The parser is unfortunately not classified as total.
2022-12-17Add type checking and inference.Greg Brown
2022-12-17Make fullBounds public.Greg Brown
2022-12-17Define normal form.Greg Brown
2022-12-17Define substitution interfaces.Greg Brown
2022-12-17Define conversion from raw to abstract syntax.Greg Brown
2022-12-17Define abstract syntax.Greg Brown
2022-12-17Create executable.Greg Brown
For now, this is a reformatter.
2022-12-17Add parser for raw syntax.Greg Brown
2022-12-17Define raw syntax.Greg Brown
2022-12-17Add pretty printing.Greg Brown
2022-12-17Define sorts.Greg Brown