From c2d62f24fdcfad145abceafa418593dfcfb4b546 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 13 Sep 2005 14:11:16 +0000 Subject: [PATCH] fixed "let .. in" rendering, adding the break between the "in" and what follows --- helm/ocaml/cic_notation/cicNotationRew.ml | 1 + 1 file changed, 1 insertion(+) 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 = -- 2.39.2