package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Paths.PathSource

Normal OCaml paths (i.e. the ones present in types)

Sourcemodule Resolved : sig ... end
Sourcemodule Module : sig ... end
Sourcemodule ModuleType : sig ... end
Sourcemodule Type : sig ... end
Sourcemodule Value : sig ... end
Sourcemodule ClassType : sig ... end
Sourcetype t = [
  1. | `Resolved of Resolved.t
  2. | `SubstitutedT of Type.t
  3. | `SubstitutedMT of ModuleType.t
  4. | `Substituted of Module.t
  5. | `SubstitutedCT of ClassType.t
  6. | `Identifier of Identifier.Path.t * bool
  7. | `Root of Names.ModuleName.t
  8. | `Forward of string
  9. | `Dot of Module.t * Names.ModuleName.t
  10. | `DotT of Module.t * Names.TypeName.t
  11. | `DotMT of Module.t * Names.ModuleTypeName.t
  12. | `DotV of Module.t * Names.ValueName.t
  13. | `Apply of Module.t * Module.t
]
Sourceval is_hidden : t -> bool
OCaml

Innovation. Community. Security.