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 DataType : sig ... end
Sourcemodule Constructor : sig ... end
Sourcemodule Value : sig ... end
Sourcemodule ClassType : sig ... end
Sourcetype t = [
  1. | `Resolved of Resolved.t
  2. | `Identifier of Identifier.Path.t * bool
  3. | `Root of string
  4. | `Forward of string
  5. | `Dot of Module.t * string
  6. | `Apply of Module.t * Module.t
]
Sourceval is_hidden : t -> bool