-
Notifications
You must be signed in to change notification settings - Fork 21
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
HB.lock "erefl body" error message #456
Comments
The same works with ELPI:
|
Yes, but that is the soft locking that does not use module types. If you try |
Looking at the elpi trace of mlock I see code roughly equivalent to:
that seems correct. I think the problem must be in the universes, eg 25742 vs 25735 in this raw log below:
|
It is a bug in the Coq-Elpi code, I guess I interpret the Type annotation twice without telling coq they are the same. Poor man solution:
|
Thanks for the workaround. |
Reported in ELPI : LPCIC/coq-elpi#704 |
If I try
HB complaints with
I think my code should be perfectly legitimate.
The text was updated successfully, but these errors were encountered: