aboutsummaryrefslogtreecommitdiff
path: root/proofs/tactic_debug.ml
diff options
context:
space:
mode:
authorherbelin2004-12-31 16:49:00 +0000
committerherbelin2004-12-31 16:49:00 +0000
commitc3e2e5a4b7bbfbc86b58d66e09a91728ff02e633 (patch)
treebb5832ab7a6b9d45727549aa29493015e6a5ff74 /proofs/tactic_debug.ml
parent56ea2214bd565fea37ee623436c1877010fdda62 (diff)
Suppression de la dépendance en Tacmach pour pouvoir être appelé de top_printers sans tirer Tacred et les fichiers C de la machine virtuelle
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6537 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/tactic_debug.ml')
-rw-r--r--proofs/tactic_debug.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tactic_debug.ml b/proofs/tactic_debug.ml
index 5daa10fc7a..4bf81f7ae2 100644
--- a/proofs/tactic_debug.ml
+++ b/proofs/tactic_debug.ml
@@ -33,7 +33,7 @@ let explain_logic_error = ref (fun e -> mt())
(* Prints the goal *)
let db_pr_goal g =
- msgnl (str "Goal:" ++ fnl () ++ Proof_trees.db_pr_goal (Tacmach.sig_it g))
+ msgnl (str "Goal:" ++ fnl () ++ Proof_trees.db_pr_goal (Refiner.sig_it g))
(* Prints the commands *)
let help () =