package forester

  1. Overview
  2. Docs
module Gph : sig ... end
module Tbl : sig ... end
module Map : Map.S with type key = Forester_core.addr
module Topo : sig ... end
val build_import_graph : Forester_core.Code.tree list -> Gph.t
type analysis = {
  1. transclusion_graph : Gph.t;
  2. contributors : Forester_core.addr Tbl.t;
  3. author_pages : Forester_core.addr Tbl.t;
  4. bibliography : Forester_core.addr Tbl.t;
}
val analyze_trees : Forester_core.Sem.tree Map.t -> analysis

Populating all the graphs and tables by inspecting evaluated trees

OCaml

Innovation. Community. Security.