diff options
| author | Emilio Jesus Gallego Arias | 2020-02-22 15:22:05 -0500 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-02-22 15:22:05 -0500 |
| commit | de66463971d96cb5d2a1d1379d42e9187eb4fd0d (patch) | |
| tree | 94aeca1a32e53d657a8e3b9bf77fec99af868dfb /dev/top_printers.mli | |
| parent | fd67afe0f7c55799ae0a14d78f1007a0360bd552 (diff) | |
| parent | cece955c5ed3d044d0d23808c3ea93114febe8b0 (diff) | |
Merge PR #11638: Add debugger printer for type GlobEnv.t
Reviewed-by: ejgallego
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 |
