package forester

  1. Overview
  2. Docs
A tool for tending mathematical forests

Install

Dune Dependency

Authors

Maintainers

Sources

2.5.1.tar.gz
md5=b26b6f4e3d14b976c3d5018c97b81b94
sha512=f0c794ed4330485b5255639720ad7201488b77ef947b0736a847fa4f56f93d3f03a22fd2a3319bbe867bab827a4b5ae73b2426a1067911b29fe178d21dd99e73

doc/forester.core/Core/Syn/index.html

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.