package forester

  1. Overview
  2. Docs

Module Core.SynSource

Sourcetype node =
  1. | Text of string
  2. | Group of Core__.Base.delim * t
  3. | Math of Core__.Base.math_mode * t
  4. | Transclude of string
  5. | Subtree of string option * tree
  6. | Query of t Query.t
  7. | Embed_tex of {
    1. preamble : t;
    2. source : t;
    }
  8. | Lam of Core__.Symbol.t list * t
  9. | Var of Core__.Symbol.t
  10. | Put of Core__.Symbol.t * t * t
  11. | Default of Core__.Symbol.t * t * t
  12. | Get of Core__.Symbol.t
  13. | If_tex of t * t
  14. | Xml_tag of string * (string * t) list * t
  15. | Unresolved of string
  16. | Prim of Prim.t * t
  17. | Object of {
    1. self : Core__.Symbol.t;
    2. methods : (string * t) list;
    }
  18. | Patch of {
    1. obj : t;
    2. self : Core__.Symbol.t;
    3. super : Core__.Symbol.t;
    4. methods : (string * t) list;
    }
  19. | Call of t * string
  20. | Ref of t
  21. | Title of t
  22. | Parent of string
  23. | Taxon of string
  24. | Meta of string * t
  25. | Author of string
  26. | Contributor of string
  27. | Tag of string
  28. | Date of string
  29. | Number of string
Sourceand tree = t
OCaml

Innovation. Community. Security.