projects
/
helm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2551cc
)
fixed "let .. in" rendering, adding the break between the "in" and what follows
author
Stefano Zacchiroli
<zack@upsilon.cc>
Tue, 13 Sep 2005 14:11:16 +0000
(14:11 +0000)
committer
Stefano Zacchiroli
<zack@upsilon.cc>
Tue, 13 Sep 2005 14:11:16 +0000
(14:11 +0000)
helm/ocaml/cic_notation/cicNotationRew.ml
patch
|
blob
|
history
diff --git
a/helm/ocaml/cic_notation/cicNotationRew.ml
b/helm/ocaml/cic_notation/cicNotationRew.ml
index 3145981b4571f16d0b4adfa8f8aeebabece1a048..159d3451e69cdc1782f606014684795f5b6d060a 100644
(file)
--- 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 =