-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WildCat, Groupoid, Group - Solvers #1119
base: master
Are you sure you want to change the base?
WildCat, Groupoid, Group - Solvers #1119
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: