From: Stefano Zacchiroli Date: Tue, 13 Sep 2005 14:11:16 +0000 (+0000) Subject: fixed "let .. in" rendering, adding the break between the "in" and what follows X-Git-Tag: V_0_1_2_1~18 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c2d62f24fdcfad145abceafa418593dfcfb4b546;p=helm.git fixed "let .. in" rendering, adding the break between the "in" and what follows --- diff --git a/helm/ocaml/cic_notation/cicNotationRew.ml b/helm/ocaml/cic_notation/cicNotationRew.ml index 3145981b4..159d3451e 100644 --- a/helm/ocaml/cic_notation/cicNotationRew.ml +++ b/helm/ocaml/cic_notation/cicNotationRew.ml @@ -189,6 +189,7 @@ let pp_ast0 t k = hvbox false true [ aux_var var; builtin_symbol "\\def"; break; k s ]; break; keyword "in" ]; + break; k t ]) | Ast.LetRec (rec_kind, funs, where) -> let rec_op =