-
Notifications
You must be signed in to change notification settings - Fork 52
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
notations scopes bound to types not honoured for raw arguments #524
Comments
|
@lukovdm I'm a bit confused here. I guess you want to activate siPropScope on bar by binding the scope to the siProp type. But here I don't see where the type would be imposed on bar. If you write |
You are right, I think I fixed my test case.
Thus, the bar from core is taken here instead of the one from siPropScope. And when writing |
I'm still confused. Take this example where I cut elpi out of the picture:
I get:
So coq uses the notation from |
https://coq.zulipchat.com/#narrow/stream/253928-Elpi-users-.26-devs/topic/syntax.20scopes.20in.20raw.20arguments.20for.20commands
The text was updated successfully, but these errors were encountered: