Module Odoc_xref2.IdentSource

Sourceval counter : int ref
Sourcetype module_ = [
  1. | `LModule of Odoc_model.Names.ModuleName.t * int
]
Sourcetype module_type = [
  1. | `LModuleType of Odoc_model.Names.ModuleTypeName.t * int
]
Sourcetype type_ = [
  1. | `LType of Odoc_model.Names.TypeName.t * int
]
Sourcetype constructor = [
  1. | `LConstructor of Odoc_model.Names.ConstructorName.t * int
]
Sourcetype field = [
  1. | `LField of Odoc_model.Names.FieldName.t * int
]
Sourcetype extension = [
  1. | `LExtension of Odoc_model.Names.ExtensionName.t * int
]
Sourcetype exception_ = [
  1. | `LException of Odoc_model.Names.ExceptionName.t * int
]
Sourcetype value = [
  1. | `LValue of Odoc_model.Names.ValueName.t * int
]
Sourcetype method_ = [
  1. | `LMethod of Odoc_model.Names.MethodName.t * int
]
Sourcetype instance_variable = [
  1. | `LInstanceVariable of Odoc_model.Names.InstanceVariableName.t * int
]
Sourcetype label = [
  1. | `LLabel of Odoc_model.Names.LabelName.t * int
]
Sourcetype page = [
  1. | `LPage of Odoc_model.Names.PageName.t * int
]
Sourceval fresh_int : unit -> int
Sourceval int_of_any : any -> int
Sourcemodule Of_Identifier : sig ... end
Sourcemodule Name : sig ... end
Sourcemodule Rename : sig ... end
Sourceval hash : any -> int
Sourceval compare : any -> any -> int
Sourceval reset : unit -> unit
Sourceval fmt_aux : any -> string * int
Sourceval fmt : Format.formatter -> [< any ] -> unit
Sourceval short_fmt : Format.formatter -> [< any ] -> unit
Sourceval rename : ('a * 'b) -> 'a * int