package forester

  1. Overview
  2. Docs
type node =
  1. | Text of string
  2. | Ident of string list
  3. | Transclude of string
  4. | EmbedTeX of t
  5. | Let of string list * string list list * t
  6. | Open of string list
  7. | Block of t * t
  8. | Scope of t
  9. | Put of string list * t
  10. | Default of string list * t
  11. | Get of string list
  12. | Query of t Query.t
  13. | Def of string list * string list list * t
  14. | Alloc of string list
  15. | Title of t
  16. | Taxon of string
  17. | Meta of string * t
  18. | Author of string
  19. | Tag of string
  20. | TeXPackage of string
  21. | Date of string
  22. | 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.