Age | Commit message (Expand) | Author |
---|---|---|
2022-12-18 | Add False type. | Greg Brown |
2022-12-18 | Remove fullBounds from Syntax. | Greg Brown |
2022-12-18 | Add the True type. | Greg Brown |
2022-12-17 | Add totality annotations. | Greg Brown |
2022-12-17 | Add type checking and inference. | Greg Brown |
2022-12-17 | Make fullBounds public. | Greg Brown |
2022-12-17 | Define normal form. | Greg Brown |
2022-12-17 | Define substitution interfaces. | Greg Brown |
2022-12-17 | Define conversion from raw to abstract syntax. | Greg Brown |
2022-12-17 | Define abstract syntax. | Greg Brown |
2022-12-17 | Create executable. | Greg Brown |
2022-12-17 | Add parser for raw syntax. | Greg Brown |
2022-12-17 | Define raw syntax. | Greg Brown |
2022-12-17 | Add pretty printing. | Greg Brown |
2022-12-17 | Define sorts. | Greg Brown |