forester.render
RenderMathMode.Printer
forester.core
forester.frontend
forester.prelude
include Prelude.PrinterKit.S with type out = Format.formatter
include Prelude.PrinterKit.S0 with type out = Format.formatter
type out = 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