Skip to content
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

Problem with use of ssrfun #12

Open
rjraya opened this issue May 27, 2020 · 1 comment
Open

Problem with use of ssrfun #12

rjraya opened this issue May 27, 2020 · 1 comment

Comments

@rjraya
Copy link

rjraya commented May 27, 2020

I get:

Error: Notation "_ .[ _ ]" is already defined at level 2
with arguments constr at level 2, constr at level 200
while it is now required to be at level 2 with arguments constr
at level 2, constr Unknown level.

while compiling line:

From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq.

from ./AutosubstSsr.v

I temporarily solved it by explicitly naming ssrfun.omap but this makes me rename the rest of the examples.

I'm using Coq 8.11.1

@RalfJung
Copy link
Collaborator

Interesting; this still works fine with Coq 8.10 but broke with Coq 8.11. Not sure if thare is much we can do about it, notations are inherently non-modular...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants