diff options
| author | Arnaud Spiwack | 2014-11-07 19:15:51 +0100 |
|---|---|---|
| committer | Arnaud Spiwack | 2014-11-19 10:11:46 +0100 |
| commit | bc69260e1427d77e5a3faf2f14e4bc9b3acb354f (patch) | |
| tree | 523ea0e29cbd0d595cd7a065b50e447abdbaf2ca /printing/printer.mli | |
| parent | 15c8affb8643d1d6985311b3e303fa41f58f7d24 (diff) | |
Print [uconstr] in genargs.
Diffstat (limited to 'printing/printer.mli')
| -rw-r--r-- | printing/printer.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/printing/printer.mli b/printing/printer.mli index baa81c9fe4..ac35a324a4 100644 --- a/printing/printer.mli +++ b/printing/printer.mli @@ -60,6 +60,7 @@ val pr_type_env : env -> evar_map -> types -> std_ppcmds val pr_type : types -> std_ppcmds val pr_closed_glob_env : env -> evar_map -> closed_glob_constr -> std_ppcmds +val pr_closed_glob : closed_glob_constr -> std_ppcmds val pr_ljudge_env : env -> evar_map -> unsafe_judgment -> std_ppcmds * std_ppcmds val pr_ljudge : unsafe_judgment -> std_ppcmds * std_ppcmds |
