Module Compilation_unit.Packed

type item = {
  1. id : [ `Module of Odoc_model__.Paths.Identifier.Id.signature_pv Odoc_model__.Paths_types.id * Odoc_model__.Names.ModuleName.t | `Parameter of Odoc_model__.Paths.Identifier.Id.signature_pv Odoc_model__.Paths_types.id * Odoc_model__.Names.ModuleName.t | `Root of Odoc_model__.Paths.Identifier.Id.container_page_pv Odoc_model__.Paths_types.id option * Odoc_model__.Names.ModuleName.t ] Odoc_model__.Paths_types.id;
  2. path : Odoc_model__.Paths_types.Path.module_;
}
type t = item list