You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move assembleGens from Instance into Collage. #148
* Move Presentation into its own module Instance.Presentation. #148
* Clean up code in and around Instance.Presentation. #148
* Assorted formatting, refactoring, commenting. #148
* Rename checkSatisfaction -> I.satisfiesSchema, typecheckPresentation -> IP.typecheck. #148
* in Presentation, rename eqs0 to eqs and fully qualify as IP.eqs. #148
* Move Algebra into its own module Instance.Algebra. #148
* Instance.hs: move satisfiesSchema down a bit. #148
* Rename presToCol to IP.toCollage. #148
* Remove duplicate simplifyAlg and rename to A.simplify. #148
* Rename Term.simplifyFix to Term.simplifyTheory. #148
* Term.hs: Rename findSimplifiable -> findSimplifiableEqs. #148
* Term.hs: Introduce Theory type alias. #148
* Misc comments and formatting. #148
* Instance.hs: Use Carrier type alias where it fits. #148
* Clean up leftovers from moving Carrier and TalgGen into Algebra. #148
* Term.hs: move Head directly under Term. #148
* Term.hs: rename replace' -> replace. #148
* Simplify and clean up findSimplifiableEq. #148
0 commit comments