Module Paths.Path

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

module Resolved : sig ... end
module Module : sig ... end
module ModuleType : sig ... end
module Type : sig ... end
module ClassType : sig ... end
type t = [
| `Resolved of Paths.Path.Resolved.t
| `Identifier of Paths.Identifier.Path.t * bool
| `Root of string
| `Forward of string
| `Dot of Paths.Path.Module.t * string
| `Apply of Paths.Path.Module.t * Paths.Path.Module.t
]
val is_hidden : t -> bool