package forester

  1. Overview
  2. Docs

Module RenderMathMode.PrinterSource

include Prelude.PrinterKit.S with type out = Format.formatter
Sourcetype t = out -> unit
Sourceval nil : t
Sourceval iter : ?sep:t -> ('a -> t) -> 'a list -> t
Sourceval option : ('a -> t) -> 'a option -> t
Sourceval seq : ?sep:t -> t list -> t
Sourceval trimmedText : string -> t
Sourceval space : t
Sourceval text : string -> t
Sourceval contents : t -> string
OCaml

Innovation. Community. Security.