Description of the problem
When used on a polymorphic equality, Scheme Rewriting does not generate rew_r_dep and sym_involutive.
Small Rocq / Coq file to reproduce the bug
#[universes(polymorphic)]
Inductive peq@{i} (A:Type@{i}) (x:A) : A -> Prop :=
peq_refl : peq A x x.
Scheme Rewriting for peq.
Check peq_rew_dep.
Check peq_rew_dep.
Fail Check peq_rew_r_dep.
Fail Check peq_sym_involutive.
Version of Rocq / Coq where this bug occurs
9.2
Interface of Rocq / Coq where this bug occurs
No response
Last version of Rocq / Coq where the bug did not occur
No response
Description of the problem
When used on a polymorphic equality,
Scheme Rewritingdoes not generate rew_r_dep and sym_involutive.Small Rocq / Coq file to reproduce the bug
Version of Rocq / Coq where this bug occurs
9.2
Interface of Rocq / Coq where this bug occurs
No response
Last version of Rocq / Coq where the bug did not occur
No response