-
Notifications
You must be signed in to change notification settings - Fork 460
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
feat: allow turnstiles anywhere in location sequences #6992
base: master
Are you sure you want to change the base?
Conversation
1533488
to
e0186ee
Compare
e0186ee
to
8740174
Compare
Are you sure this PR doesn't work without stage0 update? Have you played with the |
No matter what permutation of those two flags I use, if I don't do the intermediate stage0 update, I get the following error at a
It seems as though the syntax change registers, but it's still using the built-in elaboration function from the old stage0, which is expecting the old syntax. |
This PR changes the syntax of location modifiers for tactics like
simp
andrw
(e.g.,simp at h ⊢
) to allow the turnstile⊢
to appear anywhere in the sequence of locations.Closes #2278.