package forester

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

Install

Dune Dependency

Authors

Maintainers

Sources

4.3.1.tar.gz
md5=d1623b2919d2984bfcd841b5e772abd1
sha512=5924c8822d7e5a7bc49eb2b451cfd06cb372415559bc5ff232a59395b0aa28eb9819e351426ab25510f7d96ffb85ec652fa1878478b046c61e51ff471c285710

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.