Module Stdune__.Fmt

type 'a t = Stdlib.Format.formatter -> 'a -> unit
val list : ?⁠pp_sep:unit t -> 'a t -> 'a list t
val failwith : ('aStdlib.Format.formatter, unit, 'b) Stdlib.format4 -> 'a
val string : string -> Stdlib.Format.formatter -> unit
val text : string t
val prefix : (Stdlib.Format.formatter -> unit) -> (Stdlib.Format.formatter -> 'b -> 'c) -> Stdlib.Format.formatter -> 'b -> 'c
val ocaml_list : 'a t -> 'a list t
val break : unit t
val quoted : string t
val const : 'a t -> 'a -> unit t
val record : (string * unit t) list t
val tuple : 'a t -> 'b t -> ('a * 'b) t
val nl : unit t
val optional : 'a t -> 'a option t