summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-05refactor: remove commented code.Greg Brown
2022-12-05Inline definition of IsHomomorphism.Greg Brown
2022-12-05refactor: rename Homomorphism -> (~>).Greg Brown
2022-12-05Move IsAlgebra relation from type to body.Greg Brown
2022-12-05refactor: rename RawAlgebraWithRelation.Greg Brown
2022-12-05refactor: rename MakeRawAlgebra -> MkRawAlgebra.Greg Brown
2022-12-05refactor : make Signature.T irrelevant.Greg Brown
2022-11-29Construct first-order algebraic coproducts.Greg Brown
2022-11-29Prove Either is a setoid.Greg Brown
2022-11-29refactor: introduce equational reasoning.Greg Brown
2022-11-29Prove Pointwise forms a setoid.Greg Brown
2022-11-29Add syntax for setoid reasoning.Greg Brown
2022-11-29refactor: name arguments.Greg Brown
2022-11-29Add a bundle for raw algebra with a relation.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
2022-11-25Prove the term algebras form an initial algebra.Greg Brown
2022-11-25Make implicit variables accessible for proofs.Greg Brown
2022-11-25refactor: expand flip in most places.Greg Brown
2022-11-25Provide more bundles from algebras.Greg Brown
2022-11-25Define the trivial indexed setoid.Greg Brown
2022-11-25Show identity and composition are homomorphisms.Greg Brown
2022-11-25Export properties of tmRel.Greg Brown
2022-11-25Prove more properties of (~=~)Greg Brown
2022-11-25refactor: fix missing newline.Greg Brown
2022-11-25Prove index property of shuffle.Greg Brown
2022-11-25Prove curry and uncurry form an isomorphism.Greg Brown
2022-11-25Define introductors for Pointwise.Greg Brown
2022-11-25refactor: add structural comments.Greg Brown
2022-11-25Define index on Pointwise.Greg Brown
2022-11-25Define wrap and unwrap.Greg Brown
2022-11-25Prove properties about map.Greg Brown
2022-11-25refactor: rename Homomorphism.f -> func.Greg Brown
2022-11-25refactor: rename Algebra.rel -> relation.Greg Brown
2022-11-25Generalise bindUnique.Greg Brown
2022-11-25refactor: rename bind -> bindHomo.Greg Brown
2022-11-25Generalise bindTermCong.Greg Brown
2022-11-25Change recursion structure of Pointwise.Greg Brown
2022-11-25Change recursion structure of map.Greg Brown
2022-11-25refactor: rename x -> vGreg Brown
2022-11-25Replace (Setoid)Environment with IFunc(tion).Greg Brown
2022-11-25Define indexed function types.Greg Brown
2022-11-25Make proofs relevant.Greg Brown
2022-11-25Remove unnecessary pattern matching.Greg Brown
2022-11-25refactor: ISetoid.rel -> relationGreg Brown
2022-11-24Define lifting of first-order signatures.Greg Brown
2022-11-24Iterate over index list for dependent map.Greg Brown
2022-11-24Prove relationship between index and tabulate.Greg Brown
2022-11-24refactor: reorder definitions.Greg Brown