Module Identifier.IdSource
The second argument is the filename.
The second argument is the filename.
Source
type source_location = [ | `SourceLocationMod of SourcePage.t| `SourceLocation of SourcePage.t * Names.DefName.t| `SourceLocationInternal of SourcePage.t * Names.LocalName.t
]Source
type odoc_id = [ | Page.t| SourcePage.t| AssetFile.t| `Root of ContainerPage.t option * Names.ModuleName.t| `Implementation of Names.ModuleName.t
]Source
type signature = [ | `Root of ContainerPage.t option * Names.ModuleName.t| `Module of Signature.t * Names.ModuleName.t| `Parameter of Signature.t * Names.ModuleName.t| `Result of Signature.t| `ModuleType of Signature.t * Names.ModuleTypeName.t
]Source
type class_signature = [ | `Class of Signature.t * Names.TypeName.t| `ClassType of Signature.t * Names.TypeName.t
]Source
type module_ = [ | RootModule.t| `Module of Signature.t * Names.ModuleName.t| `Parameter of Signature.t * Names.ModuleName.t
]Source
type extension_decl = [ | `ExtensionDecl of Signature.t * Names.ExtensionName.t * Names.ExtensionName.t
]Source
type instance_variable = [ | `InstanceVariable of ClassSignature.t * Names.InstanceVariableName.t
]Source
type non_src = [ | Signature.t| ClassSignature.t| DataType.t| FieldParent.t| UnboxedFieldParent.t| LabelParent.t| Module.t| FunctorParameter.t| FunctorResult.t| ModuleType.t| Type.t| Constructor.t| Field.t| UnboxedField.t| Extension.t| ExtensionDecl.t| Exception.t| Value.t| Class.t| ClassType.t| Method.t| InstanceVariable.t| Label.t| Page.t
]