aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-27 19:00:24 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-27 19:00:24 +0000
commit854b3e0c1dae5ba790523e4b9c79f0c784703e82 (patch)
tree3e90da4341800b3d68d65628d6ae7f71bf3991d5
parent5a44ea111daaddd4a0eae40068fb6d7ab2e351a9 (diff)
Monstrueuse inefficacite due a l'innocence du redacteur de la ligne vis a vis de l'evaluation stricte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5008 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--toplevel/vernacentries.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index d888edc9d..3768842b5 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -106,7 +106,7 @@ let show_prooftree () =
and evc = evc_of_pftreestate pts in
msg (Refiner.print_proof evc (Global.named_context()) pf)
-let print_subgoals () = if_verbose msg (pr_open_subgoals ())
+let print_subgoals () = if_verbose (fun () -> msg (pr_open_subgoals ())) ()
(* Simulate the Intro(s) tactic *)