WildCat, Groupoid, Group - Solvers#1119
WildCat, Groupoid, Group - Solvers#1119marcinjangrzybowski wants to merge 24 commits intoagda:masterfrom
Conversation
|
Generic Solver (in Tactcics/WildCatSolver/Solvers.agda). |
|
Very nice! |
|
I made elevant comment in that PR, they are independent now, previous PR is more abstract now, I removed solver and left results about uniqness of normal form without discretness asumption. |
|
|
||
|
|
||
| open Category C | ||
| module * = Category C* |
There was a problem hiding this comment.
Might be better to use ´´´module C' = ...´´´ instead of the * which can be confused with the \ast
|
Current path solver from this PR is really specialised groupoid solver, and I thing that in cubical path sovler shoould be from the start generalised to higher dims (I am preparing PR on this). |
|
this works, but will have some overlap (~400 LOC) with #1150 , so I will until 1150 is resolved |
Also handles functor laws (for arbitrary many, and arbitrary nested functors)
Examples in:
WildCat
Group
Groupoid
everything works for now
TODO: