Module Resolved.Module
type t = [ | `Identifier of Odoc_model.Paths.Identifier.Path.Module.t| `Subst of Odoc_model.Paths.Path.Resolved.ModuleType.t * Odoc_model.Paths.Path.Resolved.Module.t| `Substituted of Odoc_model.Paths.Path.Resolved.Module.t| `Hidden of Odoc_model.Paths.Path.Resolved.Module.t| `Module of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.ModuleName.t| `Canonical of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Paths.Path.Module.t(*
*)`Canonical (mod, canonical)| `Apply of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Paths.Path.Resolved.Module.t(*
*)`Apply (functor, argument)| `Alias of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Paths.Path.Module.t(*Resolved dest
*)| `OpaqueModule of Odoc_model.Paths.Path.Resolved.Module.t
]