package forester

  1. Overview
  2. Docs
include Prelude.PrinterKit.S with type out = Stdlib.Format.formatter
include Prelude.PrinterKit.S0 with type out = Stdlib.Format.formatter
type out = Stdlib.Format.formatter
type t = out -> unit
val nil : t
val iter : ?sep:t -> ('a -> t) -> 'a list -> t
val option : ('a -> t) -> 'a option -> t
val seq : ?sep:t -> t list -> t
val trimmedText : string -> t
val space : t
val text : string -> t
val contents : t -> string