-
Notifications
You must be signed in to change notification settings - Fork 194
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
More flexible WildCat.Paths instances #1994
More flexible WildCat.Paths instances #1994
Conversation
This allows wildcat structures to be augmented with paths in the higher cells. Signed-off-by: Ali Caglayan <[email protected]> <!-- ps-id: 131ed041-c712-4bed-93c1-f873e0569871 -->
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.
LGTM once the comments are addressed.
Co-authored-by: Dan Christensen <[email protected]>
Signed-off-by: Ali Caglayan <[email protected]>
Signed-off-by: Ali Caglayan <[email protected]>
theories/WildCat/Paths.v
Outdated
intros f h p. | ||
by destruct p. |
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.
intros f h p. | |
by destruct p. | |
exact (@ap _ _ (cat_postcomp a g)). |
(exact (@ap _ _ _).
also works, but the above is more clear.) So this could also be a one-liner. (Also applies to next result.)
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.
I hope it's ok that I just pushed this, along with removing a bunch of beta expansions. I'm just try to keep terms syntactically small in some of this basic material. Feel free to revert if you don't like it.
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.
That all looks fine to me.
Ok, this LGTM! @ThomatoTomato this should help with the matrix category. |
This allows wildcat structures to be augmented with paths in the higher cells.
cc @ThomatoTomato