package forester

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

Install

Dune Dependency

Authors

Maintainers

Sources

4.2.0.tar.gz
md5=7543fe7acbdfeb2056dc0b774965239f
sha512=2317bf84588692bbbd40e5fa944faab4889474e4a058e336bd1165f6dd8e55e8979affab098248c87354acdc3b6e6927305553ff5ab6b002b6739719814ec080

doc/forester.frontend/Forester_frontend/Forest/index.html

Module Forester_frontend.ForestSource

Sourcetype config = {
  1. env : Eio_unix.Stdenv.base;
  2. assets_dirs : Eio.Fs.dir_ty Eio.Path.t list;
  3. theme_dir : Eio.Fs.dir_ty Eio.Path.t;
  4. root : string option;
  5. stylesheet : string;
  6. ignore_tex_cache : bool;
  7. no_assets : bool;
  8. no_theme : bool;
}
Sourcetype raw_forest = Forester_core.Code.tree list
Sourceval plant_forest : raw_forest -> forest
Sourceval render_trees : cfg:config -> forest:forest -> render_only:Forester_core.addr list option -> unit
Sourceval create_tree : cfg:config -> addrs:string Seq.t -> dest:Eio.Fs.dir_ty Eio.Path.t -> prefix:string -> template:string option -> mode:[ `Sequential | `Random ] -> string
Sourceval complete : forest:forest -> string -> (string * string) Seq.t
Sourceval taxa : forest:forest -> (string * string) Seq.t
Sourceval tags : forest:forest -> (string * string list) Seq.t
OCaml

Innovation. Community. Security.