package forester

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.3.tar.gz
md5=00fff94216aacd334351c2b1741d5246
sha512=724770d12a91674da76cc7842020ce7af2d37950d4429fe1ffac3b05d73a2079648f00c8eb33595e3dfa4874b2cd6b6a8c9d1f9034276a00b44d302091630cdb

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. | EmbedTeX 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
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.