forester.prelude
PrinterKit.Kit
forester.core
forester.frontend
forester.render
module P : S0
include S0 with type out = P.out
type out = P.out
val text : string -> out -> unit
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