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/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. | Embed_tex of {
    1. packages : string list;
    2. source : t;
    }
  7. | Block of t * t
  8. | If_tex of t * t
Sourceand transclusion_opts = {
  1. toc : bool;
  2. show_heading : bool;
  3. show_metadata : bool;
  4. title_override : t option;
  5. taxon_override : string option;
  6. expanded : bool;
  7. 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;
}
Sourceval string_of_nodes : t -> string

Best-effort rendering of a nodes as a string, to use in text-only contexts.

Sourcemodule Doc : sig ... end
OCaml

Innovation. Community. Security.