aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac/tactic_debug.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-09-25 10:43:57 +0200
committerPierre-Marie Pédrot2018-09-25 10:43:57 +0200
commit7eb8a7eb8d23ffaf149f71a46fb1b089b90db7f8 (patch)
treeaa480ca16c64e5c1e04ac31dd9bc8066f44840c1 /plugins/ltac/tactic_debug.ml
parent4ae5a0e2dec60f753d21385b88991a9d1f0ec62d (diff)
parent6b61b63bb8626827708024cbea1312a703a54124 (diff)
Merge PR #6343: [engine] Remove and deprecate `nf_enter` et al.
Diffstat (limited to 'plugins/ltac/tactic_debug.ml')
-rw-r--r--plugins/ltac/tactic_debug.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/tactic_debug.ml b/plugins/ltac/tactic_debug.ml
index 105b5c59ae..48d677a864 100644
--- a/plugins/ltac/tactic_debug.ml
+++ b/plugins/ltac/tactic_debug.ml
@@ -58,7 +58,7 @@ let db_pr_goal gl =
str" " ++ pc) ++ fnl ()
let db_pr_goal =
- Proofview.Goal.nf_enter begin fun gl ->
+ Proofview.Goal.enter begin fun gl ->
let pg = db_pr_goal gl in
Proofview.tclLIFT (msg_tac_notice (str "Goal:" ++ fnl () ++ pg))
end