Component.Elementtype type_ = [ | `Class of Odoc_model.Paths.Identifier.Class.t * Class.t| `ClassType of Odoc_model.Paths.Identifier.ClassType.t * ClassType.t| `Type of Odoc_model.Paths.Identifier.Type.t * TypeDecl.t ]type signature = [ | `Module of Odoc_model.Paths.Identifier.Path.Module.t * Module.t Delayed.t| `ModuleType of Odoc_model.Paths.Identifier.ModuleType.t * ModuleType.t ]type constructor = [ | `Constructor of
Odoc_model.Paths.Identifier.Constructor.t * TypeDecl.Constructor.t ]type extension = [ | `Extension of
Odoc_model.Paths.Identifier.Extension.t
* Extension.Constructor.t
* Extension.t ]type extension_decl = [ | `ExtensionDecl of
Odoc_model.Paths.Identifier.Extension.t * Extension.Constructor.t ]type label_parent = [ | `Class of Odoc_model.Paths.Identifier.Class.t * Class.t| `ClassType of Odoc_model.Paths.Identifier.ClassType.t * ClassType.t| `Module of Odoc_model.Paths.Identifier.Path.Module.t * Module.t Delayed.t| `ModuleType of Odoc_model.Paths.Identifier.ModuleType.t * ModuleType.t| `Page of Odoc_model.Paths.Identifier.Page.t * Odoc_model.Lang.Page.t| `Type of Odoc_model.Paths.Identifier.Type.t * TypeDecl.t ]type fragment_type_parent = [ | `Module of Odoc_model.Paths.Identifier.Path.Module.t * Module.t Delayed.t| `ModuleType of Odoc_model.Paths.Identifier.ModuleType.t * ModuleType.t| `Type of Odoc_model.Paths.Identifier.Type.t * TypeDecl.t ]type any = [ | `Class of Odoc_model.Paths.Identifier.Class.t * Class.t| `ClassType of Odoc_model.Paths.Identifier.ClassType.t * ClassType.t| `Constructor of
Odoc_model.Paths.Identifier.Constructor.t * TypeDecl.Constructor.t| `Exception of Odoc_model.Paths.Identifier.Exception.t * Exception.t| `Extension of
Odoc_model.Paths.Identifier.Extension.t
* Extension.Constructor.t
* Extension.t| `ExtensionDecl of
Odoc_model.Paths.Identifier.Extension.t * Extension.Constructor.t| `Field of Odoc_model.Paths.Identifier.Field.t * TypeDecl.Field.t| `Label of Odoc_model.Paths.Identifier.Label.t * Label.t| `Module of Odoc_model.Paths.Identifier.Path.Module.t * Module.t Delayed.t| `ModuleType of Odoc_model.Paths.Identifier.ModuleType.t * ModuleType.t| `Page of Odoc_model.Paths.Identifier.Page.t * Odoc_model.Lang.Page.t| `Type of Odoc_model.Paths.Identifier.Type.t * TypeDecl.t| `Value of Odoc_model.Paths.Identifier.Value.t * Value.t ]val identifier : [< any ] -> Odoc_model.Paths.Identifier.t