aboutsummaryrefslogtreecommitdiff
path: root/printing/printer.ml
diff options
context:
space:
mode:
authorHugo Herbelin2018-09-29 09:17:29 +0200
committerHugo Herbelin2018-09-29 13:42:28 +0200
commitdb4a847ba29c1f12c0583a93df911c9014c767c0 (patch)
tree30f63d05f4348c053163336d28830f2698741d2b /printing/printer.ml
parent0bcbc990dcebce2e66f10aba462c9fed2c2eda06 (diff)
Replacing Refine.pr_constr by Termops.Internal.print_constr.
Diffstat (limited to 'printing/printer.ml')
-rw-r--r--printing/printer.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/printing/printer.ml b/printing/printer.ml
index 6cd4daa374..cfa3e8b6e9 100644
--- a/printing/printer.ml
+++ b/printing/printer.ml
@@ -87,7 +87,6 @@ let pr_leconstr_core = Proof_diffs.pr_leconstr_core
let pr_constr_n_env env sigma n c = pr_econstr_n_core false env sigma n (EConstr.of_constr c)
let pr_lconstr_env = Proof_diffs.pr_lconstr_env
let pr_constr_env env sigma c = pr_econstr_core false env sigma (EConstr.of_constr c)
-let _ = Hook.set Refine.pr_constr pr_constr_env
let pr_lconstr_goal_style_env env sigma c = pr_leconstr_core true env sigma (EConstr.of_constr c)
let pr_constr_goal_style_env env sigma c = pr_econstr_core true env sigma (EConstr.of_constr c)