package forester

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.0.0.tar.gz
md5=cefb2772a2562267fc46aab3e7b1fb82
sha512=e890a08344dff37e893d36e196452df1a9b560fe2a0abd23988ec4f3c8df9b9757d1c976dec5d95b9b5ab61c125928f5017e458802cfe93f728de4b2711b893b

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 -> forest:raw_forest -> 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 : forest:forest -> string list
OCaml

Innovation. Community. Security.