package forester

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

Install

Dune Dependency

Authors

Maintainers

Sources

4.0.0.tar.gz
md5=e6fc311885219d11faae87be4918566d
sha512=9e262f964d36404228f3f82eab803be126be247507c774ce417ce2ef652a8a0220da3e6446f971725a8080ba98c9679fd77e87956155af19c21b2925b2195e90

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. theme_dir : Eio.Fs.dir_ty Eio.Path.t;
  4. root : Core.addr option;
  5. base_url : string option;
  6. stylesheet : string;
  7. ignore_tex_cache : bool;
  8. no_assets : bool;
  9. no_theme : bool;
  10. 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.