diff options
| author | Matej Kosik | 2016-08-26 12:37:59 +0200 |
|---|---|---|
| committer | Matej Kosik | 2016-08-26 12:37:59 +0200 |
| commit | f45bbcf79018da0f52098ae284af73a5d38249c3 (patch) | |
| tree | 151361459c0c58d41e5367ed2d4aec56aeb6e600 /printing/printer.mli | |
| parent | ed749e4fe3a32ecae145241f2ed9c9dd435c27d9 (diff) | |
CLEANUP: renaming "Context.ListNamed" module to "Context.Compacted"
Diffstat (limited to 'printing/printer.mli')
| -rw-r--r-- | printing/printer.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printer.mli b/printing/printer.mli index 695ab33b23..196f7cb544 100644 --- a/printing/printer.mli +++ b/printing/printer.mli @@ -109,7 +109,7 @@ val pr_context_unlimited : env -> evar_map -> std_ppcmds val pr_ne_context_of : std_ppcmds -> env -> evar_map -> std_ppcmds val pr_var_decl : env -> evar_map -> Context.Named.Declaration.t -> std_ppcmds -val pr_var_list_decl : env -> evar_map -> Context.NamedList.Declaration.t -> std_ppcmds +val pr_compacted_decl : env -> evar_map -> Context.Compacted.Declaration.t -> std_ppcmds val pr_rel_decl : env -> evar_map -> Context.Rel.Declaration.t -> std_ppcmds val pr_named_context : env -> evar_map -> Context.Named.t -> std_ppcmds |
