From 46312ab70ae7b0e7c432ea30efd211b528cd8145 Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 6 Mar 2008 19:10:42 +0000 Subject: typo in last commit (?) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10632 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/class_tactics.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>)) (); - Flags.if_verbose (msg $ Printer.pr_open_subgoals) ()) + Flags.if_verbose (fun x -> msg (Printer.pr_open_subgoals x)) ()) ] END -- cgit v1.2.3