match args with
| [] -> []
| (Con.ArgProof p)::(Con.Term t)::tl ->
- B.H([],([B.b_kw "=";B.b_space;term2pres t;B.b_space]@justification p))::(aux tl)
+ B.HOV(RenderingAttrs.indent_attributes `BoxML,([B.b_kw "=";B.b_space;term2pres t;B.b_space]@justification p))::(aux tl)
| _ -> assert false
in
let hd =
| Con.Term t -> t
| _ -> assert false
in
- B.H([],[term2pres hd; B.b_space;
+ B.HOV([],[term2pres hd; (* B.b_space; *)
B.V ([],aux (List.tl conclude.Con.conclude_args))])
- else if conclude.Con.conclude_method = "Apply" then
+ else if conclude.Con.conclude_method = "Apply" then
let pres_args =
make_args_for_apply term2pres conclude.Con.conclude_args in
B.H([],