Module Reference.LabelParentSource
type t = [ | `Resolved of Odoc_model.Paths.Reference.Resolved.LabelParent.t| `Root of string * [ `TUnknown | `TModule | `TModuleType | `TClass | `TClassType | `TType | `TPage | `TChildPage | `TChildModule ]| `Dot of Odoc_model.Paths.Reference.LabelParent.t * string| `Page_path of Odoc_model.Paths.Reference.Hierarchy.t| `Module_path of Odoc_model.Paths.Reference.Hierarchy.t| `Any_path of Odoc_model.Paths.Reference.Hierarchy.t| `Module of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ModuleName.t| `ModuleType of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ModuleTypeName.t| `Class of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.TypeName.t| `ClassType of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.TypeName.t| `Type of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.TypeName.t
]