summaryrefslogtreecommitdiff
path: root/src/Obs/Typing
AgeCommit message (Collapse)Author
2023-01-07Add postulates.Greg Brown
2023-01-07Add containers types.Greg Brown
Containers are syntactic sugar. They are also completely untested.
2023-01-05Add more program structure to normal forms.Greg Brown
2023-01-02Add more program structure to type universes.Greg Brown
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-22Add Container types.Greg Brown
2022-12-21Add sum types.Greg Brown