pnp icon indicating copy to clipboard operation
pnp copied to clipboard

ssr-search-moved warning

Open anton-trunov opened this issue 5 years ago • 1 comments
trafficstars

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 avatar Oct 18 '20 20:10 anton-trunov

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).

anton-trunov avatar Oct 18 '20 20:10 anton-trunov