jon.recoil.org

Module Component.ModuleTypeSource

type type_of_desc =
  1. | ModPath of Odoc_xref2.Cpath.module_
  2. | StructInclude of Odoc_xref2.Cpath.module_
module U : sig ... end
type strengthen_t = {
  1. s_expansion : Odoc_xref2.Component.ModuleType.simple_expansion option;
  2. s_expr : Odoc_xref2.Component.ModuleType.U.expr;
  3. s_path : Odoc_xref2.Cpath.module_;
  4. s_aliasable : bool;
}