aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tactics/class_tactics.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/class_tactics.ml4 b/tactics/class_tactics.ml4
index c27e6b05de..193f0966e4 100644
--- a/tactics/class_tactics.ml4
+++ b/tactics/class_tactics.ml4
@@ -1073,7 +1073,7 @@ VERNAC COMMAND EXTEND AddSetoid1
(fun () ->
ignore(new_instance [] instance [] None (fun cst -> declare_projection n instance_id (ConstRef cst)));
Pfedit.by (Tacinterp.interp <:tactic<add_morphism_tactic>>)) ();
- Flags.if_verbose (msg $ Printer.pr_open_subgoals) ())
+ Flags.if_verbose (fun x -> msg (Printer.pr_open_subgoals x)) ())
]
END