package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_frontend.AnalysisSource

Sourcemodule Gph : sig ... end
Sourcemodule Tbl : sig ... end
Sourcemodule Map : Map.S with type key = Forester_core.addr
Sourcemodule Topo : sig ... end
Sourceval build_import_graph : Forester_core.Code.tree list -> Gph.t
Sourcetype 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;
}

Populating all the graphs and tables by inspecting evaluated trees

OCaml

Innovation. Community. Security.