package codept-lib

  1. Overview
  2. Docs
type param = {
  1. fault_handler : Fault.handler;
  2. epsilon_dependencies : bool;
  3. transparent_extension_nodes : bool;
  4. transparent_aliases : bool;
}
type answer_type =
  1. | Namespace of Module.dict
  2. | Mty of Module.sty
type answer = {
  1. name : Name.t;
  2. kind : answer_type;
}
val pp_answer : answer Pp.t
type 'a query_result = {
  1. main : 'a;
  2. deps : Deps.t;
  3. msgs : Fault.t list;
}
val open_diverge : Fault.handler -> Uloc.t -> answer -> Summary.t
val with_deletions : Paths.S.set -> Module.signature -> Module.signature
val bind_summary : Module.level -> Name.t -> Module.Partial.t -> Summary.t
OCaml

Innovation. Community. Security.