diff options
| author | Pierre Boutillier | 2014-08-05 18:09:30 +0200 |
|---|---|---|
| committer | Pierre Boutillier | 2014-09-01 13:45:52 +0200 |
| commit | 14e6dc5800a28d49dcdb714b06c02fced7b9fdaf (patch) | |
| tree | 3e5e29685de4d9b9706ef01745305f2616c842e5 /printing/printer.mli | |
| parent | 9f7a633ae30f997c2e70c31681e92d1ef43f9655 (diff) | |
Coqide prints succesive hyps of the same type on 1 line
This revert somehow f5d7b2b1eda550f5bf0965286d449112acbbadde about "Hypotheses
don't respect Barendregt convention".
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 aa949232ac..6be2080535 100644 --- a/printing/printer.mli +++ b/printing/printer.mli @@ -106,6 +106,7 @@ val pr_pconstructor : env -> pconstructor -> std_ppcmds val pr_ne_context_of : std_ppcmds -> env -> std_ppcmds val pr_var_decl : env -> named_declaration -> std_ppcmds +val pr_var_list_decl : env -> named_list_declaration -> std_ppcmds val pr_rel_decl : env -> rel_declaration -> std_ppcmds val pr_named_context : env -> named_context -> std_ppcmds |
