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/Sem/index.html

Module Core.SemSource

Sourcetype attr = string * string
Sourcetype node =
  1. | Text of string
  2. | Transclude of transclusion_opts * string
  3. | Query of transclusion_opts * t Query.t
  4. | Tag of string * attr list * t
  5. | Math of Core__.Base.math_mode * t
  6. | EmbedTeX of {
    1. packages : string list;
    2. source : t;
    }
  7. | Block of t * t
Sourceand transclusion_opts = {
  1. toc : bool;
  2. show_heading : bool;
  3. show_metadata : bool;
  4. title_override : t option;
  5. expanded : bool;
  6. numbered : bool;
}
Sourceand t = node list
Sourceand env
Sourceval sentence_case : node list -> node list
Sourcetype doc = {
  1. title : t option;
  2. taxon : string option;
  3. authors : string list;
  4. date : Prelude.Date.t option;
  5. addr : string option;
  6. metas : (string * t) list;
  7. tags : string list;
  8. body : t;
}
Sourcemodule Doc : sig ... end
OCaml

Innovation. Community. Security.