Sourcetype box_type = | H| V| HV| HoV| B
Sourcetype stag = Stdlib.Format.stag Sourcetype element = | Text of string| With_size of int| Open_box of {kind : box_type;indent : int;
}| Close_box| Open_tag of Stdlib.Format.stag| Close_tag| Open_tbox| Tab_break of {width : int;offset : int;
}| Set_tab| Close_tbox| Simple_break of {spaces : int;indent : int;
}| Break of {fits : (string * int * string) as 'a;breaks : 'a;
}| Flush of {newline : bool;
}| Newline| If_newline| Deprecated of Stdlib.Format.formatter -> unit
Sourceval interpret_elt : Stdlib.Format.formatter -> element -> unit Sourceval interpret : Stdlib.Format.formatter -> element list -> unit Sourceval break : spaces:int -> indent:int -> t -> t Sourceval custom_break :
fits:(string * int * string) ->
breaks:(string * int * string) ->
t ->
t Sourceval tab_break : width:int -> offset:int -> t -> t Sourceval open_tag : Stdlib.Format.stag -> t -> t Sourceval iter :
?sep:('a -> 'a) ->
iter:(('b -> unit) -> 'c -> 'd) ->
('b -> 'a -> 'a) ->
'c ->
'a ->
'a Sourceval list : ?sep:('a -> 'a) -> ('b -> 'a -> 'a) -> 'b list -> 'a -> 'a Sourceval array : ?sep:('a -> 'a) -> ('b -> 'a -> 'a) -> 'b array -> 'a -> 'a Sourceval seq : ?sep:('a -> 'a) -> ('b -> 'a -> 'a) -> 'b Stdlib.Seq.t -> 'a -> 'a Sourceval option : ?none:('a -> 'a) -> ('b -> 'a -> 'a) -> 'b option -> 'a -> 'a Sourceval result :
ok:('a -> 'b -> 'c) ->
error:('d -> 'b -> 'c) ->
('a, 'd) Stdlib.result ->
'b ->
'c Sourceval subtext : int -> int -> int -> string -> t -> t Sourcetype ('a, 'b) fmt = ('a, t, t, 'b) Stdlib.format4 Sourceval compose_acc : (t, t) CamlinternalFormat.acc -> t -> t Sourceval kprintf :
(t -> 'a) ->
('b, t, t, t, t, t -> 'a) CamlinternalFormatBasics.format6 ->
'b Sourceval printf : ('a, t, t, t, t, t -> t) CamlinternalFormatBasics.format6 -> 'a Sourceval kmsg :
(t -> 'a) ->
('b, t, t, t, t, 'a) CamlinternalFormatBasics.format6 ->
'b Sourceval msg : ('a, t, t, t, t, t) CamlinternalFormatBasics.format6 -> 'a