diff options
| author | Matej Kosik | 2016-08-26 13:11:51 +0200 |
|---|---|---|
| committer | Matej Kosik | 2016-08-26 13:11:51 +0200 |
| commit | 6cdcd498c4b425cad077f5bfaa453dc605b325a2 (patch) | |
| tree | d4948aa9bf43929226e384e7fccb8ef37cba1e86 /printing/printer.mli | |
| parent | f45bbcf79018da0f52098ae284af73a5d38249c3 (diff) | |
CLEANUP: renaming "Printer.pr_var_decl" function to "Printer.pr_named_decl"
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 196f7cb544..20032012a6 100644 --- a/printing/printer.mli +++ b/printing/printer.mli @@ -108,7 +108,7 @@ val pr_pconstructor : env -> pconstructor -> std_ppcmds 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_named_decl : env -> evar_map -> Context.Named.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 |
