package forester

  1. Overview
  2. Docs
type node =
  1. | Text of string
  2. | Ident of string list
  3. | Transclude of string
  4. | Embed_tex 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. | If_tex of t * t
  13. | Query of t Query.t
  14. | Def of string list * string list list * t
  15. | Alloc of string list
  16. | Title of t
  17. | Taxon of string
  18. | Meta of string * t
  19. | Author of string
  20. | Tag of string
  21. | TeX_package of string
  22. | Date of string
  23. | 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.