summaryrefslogtreecommitdiff
path: root/src/Data
AgeCommit message (Collapse)Author
2022-12-07Prove map lifts a setoid function.Greg Brown
2022-12-06Add smart constructor for first-order algebras.refactor/strictGreg Brown
2022-12-06refactor: rename pwSetoid -> Product.Greg Brown
2022-12-06refactor: split product setoid into a new module.Greg Brown
2022-12-06refactor: rename Soat.Data -> Data.Greg Brown
2022-12-06Migrate to use idris-setoid library.Greg Brown
2022-12-06Define setoid reindexing.Greg Brown
2022-11-29Prove Either is a setoid.Greg Brown
2022-11-29Add conversions between indexed setoids.Greg Brown
2022-11-29Move indexed setoids and functions out of Soat.Greg Brown
2022-11-29Extract setoids to a new module.Greg Brown