package forester

  1. Overview
  2. Docs
type node =
  1. | Text of string
  2. | Transclude of string
  3. | Subtree of string option * tree
  4. | Query of t Query.t
  5. | Embed_tex of {
    1. preamble : t;
    2. source : t;
    }
  6. | If_tex of t * t
  7. | Unresolved of string
  8. | Prim of Prim.t * t
  9. | Call of t * string
  10. | Ref of t
  11. | Title of t
  12. | Parent of string
  13. | Taxon of string
  14. | Meta of string * t
  15. | Author of string
  16. | Contributor of string
  17. | Tag of string
  18. | Date of string
  19. | Number of string
and t = node Range.located list
and tree = t
val pp_node : Ppx_deriving_runtime.Format.formatter -> node -> Ppx_deriving_runtime.unit
val pp : Ppx_deriving_runtime.Format.formatter -> tree -> Ppx_deriving_runtime.unit
val pp_tree : Ppx_deriving_runtime.Format.formatter -> tree -> Ppx_deriving_runtime.unit
OCaml

Innovation. Community. Security.