-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix #748 (coq.typecheck-indt-decl failing) #750
Conversation
3edfbe1
to
1e226ed
Compare
CI green |
There are a few things that are not ok. The one that puzzles me is that if you use coq apis you must load the context correctly, but the old count prods you modified does not. Although the errors should be fatal, so I really don't know how CI did not failed. This seems to work here
and I tried as follows
Using == in place of = should not really matter much. |
I would remove the anchor point also in arity-> sort, and similarly to count prod move under let-ins without firing them (and use ==, again not foundamental). |
This reverts commit 82ee410.
Revert "Adapt to LPCIC/coq-elpi#750"
@gares thanks for the review. It should now be taken into account and CI is green again.
Indeed, it appears the issue I actually experienced wasn't with redflags but the missing |
Thanks |
Fixes: #748
The
count-prods-nored
is not ideal, I would prefer using something like@redflags! coq.redflags.nored => coq.count-prods ...
but this didn't worked when I tried.