diff options
| author | Pierre-Marie Pédrot | 2020-12-28 22:02:22 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-12-28 22:24:13 +0100 |
| commit | ad8c2b7dab1b0759d1c304350523d6d2cc9c7b24 (patch) | |
| tree | 00a3080493c9850e5839c23532c60fe23a378d0c /dev/top_printers.mli | |
| parent | 3adfa2c8dc0850501c37201df7952d264135d124 (diff) | |
Register a printer for fconstr substitutions in the kernel.
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 50495dc0a4..e8ed6c709e 100644 --- a/dev/top_printers.mli +++ b/dev/top_printers.mli @@ -52,6 +52,7 @@ val ppconstr_expr : Constrexpr.constr_expr -> unit val ppglob_constr : 'a Glob_term.glob_constr_g -> unit val pppattern : Pattern.constr_pattern -> unit val ppfconstr : CClosure.fconstr -> unit +val ppfsubst : CClosure.fconstr Esubst.subs -> unit val ppnumtokunsigned : NumTok.Unsigned.t -> unit val ppnumtokunsignednat : NumTok.UnsignedNat.t -> unit |
