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/Analysis/index.html

Module Forester.AnalysisSource

Sourcemodule Gph : sig ... end
Sourcemodule Tbl : sig ... end
Sourcemodule Map : Map.S with type key = Core.addr
Sourcemodule Topo : sig ... end
Sourceval build_import_graph : Core.Code.tree Seq.t -> Gph.t
Sourcetype analysis = {
  1. transclusion_graph : Gph.t;
  2. contributors : Core.addr Tbl.t;
  3. author_pages : Core.addr Tbl.t;
  4. bibliography : Core.addr Tbl.t;
}
Sourceval analyze_trees : Core.Sem.tree Map.t -> analysis

Populating all the graphs and tables by inspecting evaluated trees

OCaml

Innovation. Community. Security.