notypeclasses apply: fix comment
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.
Edited by Ralf Jung