diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-06 19:10:42 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-06 19:10:42 +0000 |
commit | 46312ab70ae7b0e7c432ea30efd211b528cd8145 (patch) | |
tree | 99a12b62b0a22d3d48a37266b8ede874a721bc18 | |
parent | 53ed1ee05a7c3ceb3b09e2807381af4d961d642b (diff) |
typo in last commit (?)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10632 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | tactics/class_tactics.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/class_tactics.ml4 b/tactics/class_tactics.ml4 index c27e6b05d..193f0966e 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 |