notypeclasses apply: fix comment
Compare changes
+ 1
− 1
@@ -738,7 +738,7 @@ Tactic Notation "ospecialize" "*" uconstr(p) :=
The implementation actually uses eval hnf
, so it is not purely syntactic.
I don't know what behavior we want, but clearly docs and implementation should match... and for the o*
tactics, unfolding seems to work better; e.g. we have existing uses of oinversion
on statements of the form ... → not _
that would otherwise break.