diff options
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/printer.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/printer.ml b/printing/printer.ml index 38b5e0bfdd..1218c49b37 100644 --- a/printing/printer.ml +++ b/printing/printer.ml @@ -67,6 +67,8 @@ let pr_constr t = let (sigma, env) = get_current_context () in pr_constr_env env sigma t +let () = Hook.set Term.print_hook pr_constr + let pr_open_lconstr (_,c) = pr_lconstr c let pr_open_constr (_,c) = pr_constr c |
