Skip to content
Snippets Groups Projects

notypeclasses apply: fix comment

Merged Ralf Jung requested to merge ralf/notypeclasses-apply-docs into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -738,7 +738,7 @@ Tactic Notation "ospecialize" "*" uconstr(p) :=
(** Tactic that works like [notypeclasses refine] but automatically determines
the right number of [_]. This is *not* goal-directed, it will add [_] until the
given term no longer has a function type (determined via syntactic matching). *)
given term no longer has a function type (determined via [eval hnf]). *)
Tactic Notation "notypeclasses" "apply" uconstr(p) :=
opose_specialize_foralls_core p () ltac:(fun p => notypeclasses refine p).
Loading