diff options
Diffstat (limited to 'proofs/tactic_debug.ml')
-rw-r--r-- | proofs/tactic_debug.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proofs/tactic_debug.ml b/proofs/tactic_debug.ml index 889e06a8..96df8f64 100644 --- a/proofs/tactic_debug.ml +++ b/proofs/tactic_debug.ml @@ -31,6 +31,8 @@ type debug_info = (* An exception handler *) let explain_logic_error = ref (fun e -> mt()) +let explain_logic_error_no_anomaly = ref (fun e -> mt()) + (* Prints the goal *) let db_pr_goal g = msgnl (str "Goal:" ++ fnl () ++ Proof_trees.db_pr_goal (Refiner.sig_it g)) |