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. | Tag of string
  5. | Transclude of string
  6. | Query of t Query.t
  7. | Embed_tex of {
    1. packages : string list;
    2. source : t;
    }
  8. | Block of t * t
  9. | Lam of Core__.Symbol.t list * t
  10. | Var of Core__.Symbol.t
  11. | Put of Core__.Symbol.t * t * t
  12. | Default of Core__.Symbol.t * t * t
  13. | Get of Core__.Symbol.t
  14. | If_tex of t * t
Sourceand t = node list
Sourcetype frontmatter = {
  1. title : t option;
  2. addr : string;
  3. taxon : string option;
  4. authors : string list;
  5. tags : string list;
  6. date : Prelude.Date.t option;
  7. metas : (string * t) list;
  8. tex_packages : string list;
}
Sourcetype doc = frontmatter * t
OCaml

Innovation. Community. Security.