package codept-lib

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

Module TransformsSource

Sourcetype param = {
  1. fault_handler : Fault.handler;
  2. epsilon_dependencies : bool;
  3. transparent_extension_nodes : bool;
  4. transparent_aliases : bool;
}
Sourcetype answer_type =
  1. | Namespace of Module.dict
  2. | Mty of Module.sty
Sourcetype answer = {
  1. name : Name.t;
  2. kind : answer_type;
}
Sourceval pp_answer : answer Pp.t
Sourcetype 'a query_result = {
  1. main : 'a;
  2. deps : Deps.t;
  3. msgs : Fault.t list;
}
Sourceval open_diverge : Fault.handler -> Uloc.t -> answer -> Summary.t