summaryrefslogtreecommitdiff
path: root/src/Obs/NormalForm
AgeCommit message (Expand)Author
2023-01-01Index normal forms with relevance.•••- 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. Greg Brown
2022-12-22Add Container types.Greg Brown
2022-12-21Add sum types.Greg Brown