diff options
| author | Hugo Herbelin | 2020-10-03 16:30:49 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-11-22 13:29:31 +0100 |
| commit | 4b2ae1c652f4b9de389d71d1f274bb332f694974 (patch) | |
| tree | af1db312963d9aa88c48fa6bc9f7e5538f01ff37 /dev/top_printers.mli | |
| parent | 9c841105fe2b51305abcba7bd8a574705dbd1adf (diff) | |
Adding debugging printer for stacks of EConstr.
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 712f66112c..50495dc0a4 100644 --- a/dev/top_printers.mli +++ b/dev/top_printers.mli @@ -108,6 +108,7 @@ val pp_cpred : Names.Cpred.t -> unit val pp_transparent_state : TransparentState.t -> unit val pp_stack_t : Constr.t Reductionops.Stack.t -> unit +val pp_estack_t : EConstr.t Reductionops.Stack.t -> unit val pp_state_t : Reductionops.state -> unit val ppmetas : Evd.Metaset.t -> unit |
