Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-01 | Index 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-18 | Add dependent products. | Greg Brown | |
2022-12-17 | Add totality annotations. | Greg Brown | |
The parser is unfortunately not classified as total. | |||
2022-12-17 | Define substitution interfaces. | Greg Brown | |