diff options
| author | Pierre-Marie Pédrot | 2018-10-02 08:21:35 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-10-02 08:21:35 +0200 |
| commit | 8789ab4accda2ce623d788bb7827186ad59c0486 (patch) | |
| tree | 575c992dc6da4f20aa762023fa4a072c8110c551 /printing/printer.ml | |
| parent | 05786b23cf0d031c93998c59f6f2f94d6049b027 (diff) | |
| parent | db4a847ba29c1f12c0583a93df911c9014c767c0 (diff) | |
Merge PR #8595: Replacing Refine.pr_constr by Termops.Internal.print_constr.
Diffstat (limited to 'printing/printer.ml')
| -rw-r--r-- | printing/printer.ml | 1 |
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) |
