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. | Query of t Query.t
  6. | Embed_tex of {
    1. source : t;
    }
  7. | Block of t * 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
Sourcetype frontmatter = {
  1. title : t option;
  2. addr : string;
  3. taxon : string option;
  4. authors : string list;
  5. tags : string list;
  6. dates : Prelude.Date.t list;
  7. metas : (string * t) list;
  8. tex_packages : string list;
  9. source_path : string option;
}
Sourcetype tree = frontmatter * t
OCaml

Innovation. Community. Security.