summaryrefslogtreecommitdiff
path: root/obs.ipkg
AgeCommit message (Collapse)Author
2023-01-01Index normal forms with relevance.Greg Brown
- Remove container types. - Replace sum types with booleans. - Remove type annotation from absurd. - Add original type as argument to cast. - Make if (was case) take a lambda for the return type.
2022-12-21Add sum types.Greg Brown
2022-12-18Introduce better logging.Greg Brown
Led to immediate bug fixes for Pi types.
2022-12-17Add type checking and inference.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
2022-12-08Initial commit.Greg Brown