package forester

  1. Overview
  2. Docs
type node =
  1. | Text of string
  2. | Ident of string list
  3. | EmbedTeX of t
  4. | Let of string list * string list list * t
  5. | Open of string list
  6. | Block of t * t
  7. | Scope of t
  8. | Put of string list * t
  9. | Default of string list * t
  10. | Get of string list
  11. | Def of string list * string list list * t
  12. | Alloc of string list
  13. | Title of t
  14. | Taxon of string
  15. | Meta of string * t
  16. | Author of string
  17. | Tag of string
  18. | TeXPackage of string
  19. | Date of string
  20. | Namespace of string list * t
and t = node list
val pp_node : Ppx_deriving_runtime.Format.formatter -> node -> Ppx_deriving_runtime.unit
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
type doc = t
val pp_doc : Ppx_deriving_runtime.Format.formatter -> doc -> Ppx_deriving_runtime.unit
val import_private : string -> node
val import_public : string -> node
val inline_math : t -> node
val display_math : t -> node
val parens : t -> node
val squares : t -> node
val braces : t -> node
OCaml

Innovation. Community. Security.