Module Identifier.Mk

val page : (ContainerPage.t option * Odoc_model__.Names.PageName.t) -> [> `Page of ContainerPage.t option * Odoc_model__.Names.PageName.t ] id
val leaf_page : (ContainerPage.t option * Odoc_model__.Names.PageName.t) -> [> `LeafPage of ContainerPage.t option * Odoc_model__.Names.PageName.t ] id
val source_page : (ContainerPage.t * string list) -> SourcePage.t
val asset_file : (Page.t * string) -> AssetFile.t
val root : (ContainerPage.t option * Odoc_model__.Names.ModuleName.t) -> [> `Root of ContainerPage.t option * Odoc_model__.Names.ModuleName.t ] id
val module_ : (Signature.t * Odoc_model__.Names.ModuleName.t) -> [> `Module of Signature.t * Odoc_model__.Names.ModuleName.t ] id
val parameter : (Signature.t * Odoc_model__.Names.ModuleName.t) -> [> `Parameter of Signature.t * Odoc_model__.Names.ModuleName.t ] id
val result : Signature.t -> [> `Result of Signature.t ] id
val module_type : (Signature.t * Odoc_model__.Names.ModuleTypeName.t) -> [> `ModuleType of Signature.t * Odoc_model__.Names.ModuleTypeName.t ] id
val class_ : (Signature.t * Odoc_model__.Names.ClassName.t) -> [> `Class of Signature.t * Odoc_model__.Names.ClassName.t ] id
val class_type : (Signature.t * Odoc_model__.Names.ClassTypeName.t) -> [> `ClassType of Signature.t * Odoc_model__.Names.ClassTypeName.t ] id
val type_ : (Signature.t * Odoc_model__.Names.TypeName.t) -> [> `Type of Signature.t * Odoc_model__.Names.TypeName.t ] id
val core_type : string -> [> `CoreType of Odoc_model__.Names.TypeName.t ] id
val constructor : (DataType.t * Odoc_model__.Names.ConstructorName.t) -> [> `Constructor of DataType.t * Odoc_model__.Names.ConstructorName.t ] id
val field : (FieldParent.t * Odoc_model__.Names.FieldName.t) -> [> `Field of FieldParent.t * Odoc_model__.Names.FieldName.t ] id
val extension : (Signature.t * Odoc_model__.Names.ExtensionName.t) -> [> `Extension of Signature.t * Odoc_model__.Names.ExtensionName.t ] id
val extension_decl : (Signature.t * (Odoc_model__.Names.ExtensionName.t * Odoc_model__.Names.ExtensionName.t)) -> [> `ExtensionDecl of Signature.t * Odoc_model__.Names.ExtensionName.t * Odoc_model__.Names.ExtensionName.t ] id
val exception_ : (Signature.t * Odoc_model__.Names.ExceptionName.t) -> [> `Exception of Signature.t * Odoc_model__.Names.ExceptionName.t ] id
val core_exception : string -> [> `CoreException of Odoc_model__.Names.ExceptionName.t ] id
val value : (Signature.t * Odoc_model__.Names.ValueName.t) -> [> `Value of Signature.t * Odoc_model__.Names.ValueName.t ] id
val method_ : (ClassSignature.t * Odoc_model__.Names.MethodName.t) -> [> `Method of ClassSignature.t * Odoc_model__.Names.MethodName.t ] id
val instance_variable : (ClassSignature.t * Odoc_model__.Names.InstanceVariableName.t) -> [> `InstanceVariable of ClassSignature.t * Odoc_model__.Names.InstanceVariableName.t ] id
val label : (LabelParent.t * Odoc_model__.Names.LabelName.t) -> [> `Label of LabelParent.t * Odoc_model__.Names.LabelName.t ] id
val source_location : (SourcePage.t * Odoc_model__.Names.DefName.t) -> [> `SourceLocation of SourcePage.t * Odoc_model__.Names.DefName.t ] id
val source_location_mod : SourcePage.t -> [> `SourceLocationMod of SourcePage.t ] id
val source_location_int : (SourcePage.t * Odoc_model__.Names.LocalName.t) -> [> `SourceLocationInternal of SourcePage.t * Odoc_model__.Names.LocalName.t ] id