diff options
| author | Gaëtan Gilbert | 2019-05-14 14:10:09 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-05-14 14:10:09 +0200 |
| commit | 367df34f8a7ee619c0eb1c40cfa9d2bb432027ec (patch) | |
| tree | c7da1a132b4091e8331c0534ecbada6ec13cfde0 /dev/top_printers.mli | |
| parent | 9f11eeefc204bdad029b66f30bc6c52377af63ae (diff) | |
Add aucontext debug printer
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 cb32d2294c..2aa1808322 100644 --- a/dev/top_printers.mli +++ b/dev/top_printers.mli @@ -137,6 +137,7 @@ val prlev : Univ.Level.t -> Pp.t (* with global names (does this work?) *) val ppuniverse_set : Univ.LSet.t -> unit val ppuniverse_instance : Univ.Instance.t -> unit val ppuniverse_context : Univ.UContext.t -> unit +val ppaucontext : Univ.AUContext.t -> unit val ppuniverse_context_set : Univ.ContextSet.t -> unit val ppuniverse_subst : Univ.universe_subst -> unit val ppuniverse_opt_subst : UnivSubst.universe_opt_subst -> unit |
