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

ssr-search-moved warning #25

Open
anton-trunov opened this issue Oct 18, 2020 · 1 comment
Open

ssr-search-moved warning #25

anton-trunov opened this issue Oct 18, 2020 · 1 comment

Comments

@anton-trunov
Copy link
Collaborator

There is a bunch of ssr-search-moved warnings:

File "./coq/HTT.v", line 1465, characters 0-18:
Warning: SSReflect's Search command has been moved to the ssrsearch module;
please Require that module if you still want to use SSReflect's Search
command [ssr-search-moved,deprecated]

I guess this is better fixed when there is a Coq release actually disabling the SSReflect style search utility.

@anton-trunov
Copy link
Collaborator Author

anton-trunov commented Oct 18, 2020

There is also a couple of new warnings connected to this one, e.g.

File "./coq/FunProg.v", line 919, characters 0-23:
Warning: Casts are ignored in patterns [cast-in-pattern,automation]

It's for these two lines:

Search _ (_ * _ : nat).

and

Search _ (_ * _: Type).

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

1 participant