diff options
| author | Hugo Herbelin | 2020-02-20 01:49:17 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2020-02-20 01:49:17 +0100 |
| commit | cece955c5ed3d044d0d23808c3ea93114febe8b0 (patch) | |
| tree | 3f99cf7c7a3f9662adb786764e588101455a9ab0 /dev/top_printers.mli | |
| parent | 2b72b403d82c15d0420603142e14ab50c7e590c1 (diff) | |
Adding a printer for GlobEnv in ocamldebug.
Diffstat (limited to 'dev/top_printers.mli')
| -rw-r--r-- | dev/top_printers.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/top_printers.mli b/dev/top_printers.mli index 133326523b..ac9b63f60a 100644 --- a/dev/top_printers.mli +++ b/dev/top_printers.mli @@ -150,6 +150,7 @@ val ppuniverses : UGraph.t -> unit val ppnamedcontextval : Environ.named_context_val -> unit val ppenv : Environ.env -> unit +val ppglobenv : GlobEnv.t -> unit val ppenvwithcst : Environ.env -> unit val pptac : Ltac_plugin.Tacexpr.glob_tactic_expr -> unit |
