package forester

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

Install

Dune Dependency

Authors

Maintainers

Sources

3.1.0.tar.gz
md5=3512b493a31b0d1073ba4e48e8058493
sha512=b6e5ad2f86132d1874cb943546375e2f1b987a0c65628d71f17827f1ff7435df476c86fb135b34b3ff302f99ea54a21b90730257e12aa41cce170fae57c422b0

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

Module Forester.ForestSource

Sourcetype config = {
  1. env : Eio_unix.Stdenv.base;
  2. assets_dirs : Eio.Fs.dir_ty Eio.Path.t list;
  3. root : Core.addr option;
  4. base_url : string option;
  5. ignore_tex_cache : bool;
  6. no_assets : bool;
  7. no_theme : bool;
  8. max_fibers : int;
}
Sourcetype raw_forest = Core.Code.tree Seq.t
Sourcetype forest = {
  1. trees : Core.Sem.tree Analysis.Map.t;
  2. analysis : Analysis.analysis Lazy.t;
}
Sourceval plant_forest : Core.Code.tree Seq.t -> forest
Sourceval render_trees : cfg:config -> forest:forest -> unit
Sourceval create_tree : cfg:config -> addrs:Core.addr Seq.t -> dest:Eio.Fs.dir_ty Eio.Path.t -> prefix:string -> template:string option -> mode:[ `Sequential | `Random ] -> Core.addr
Sourceval complete : forest:forest -> string -> (Core.addr * string) Seq.t
Sourceval prefixes : addrs:Core.addr Seq.t -> string list
Sourceval taxa : forest:forest -> (Core.addr * string) Seq.t
Sourceval tags : forest:forest -> (Core.addr * string list) Seq.t
Sourceval run_renderer : cfg:config -> forest -> (unit -> 'a) -> 'a
Sourceval render_json : cwd:[> Eio__.Fs.dir_ty ] Eio.Path.t -> Core.Sem.tree Analysis.Map.t -> unit
OCaml

Innovation. Community. Security.