we attach a big virtual size to [fnl] newlines. *)
val fnl : unit -> std_ppcmds
-val fnl2 : unit -> std_ppcmds
val space_if : bool -> std_ppcmds
val pp_par : bool -> std_ppcmds -> std_ppcmds
let pp_val status e typ =
let status,res = pp_type status false [] typ in
status,
- hov 4 (str "(** val " ++ e ++ str " :" ++ spc ()++res++ str " **)") ++ fnl2 ()
+ hov 4 (str "(** val " ++ e ++ str " :" ++ spc ()++res++ str " **)") ++ fnl ()
(*s Pretty-printing of [Dfix] *)
let status,res = pp_val status names.(i) t.(i) in
let status,res2 = pp status false (i+1) in
status,
- (if init then mt () else fnl2 ()) ++ res ++
+ (if init then mt () else fnl ()) ++ res ++
str (if init then "let rec " else "and ") ++ names.(i) ++ def ++ res2
in pp status true 0