Module Bcfg_out.Writer

type t
type ctx
val ctx : unit -> ctx
val column : ctx -> int
val line : ctx -> int
val (let*) : t -> (unit -> t) -> t
val flush : ctx -> t
val newline : ctx -> t
val write : string -> ctx -> t
val writev : string list -> ctx -> t
val of_seq : string Seq.t -> ctx -> t
val to_seq : t -> string Seq.t