Identifier.Path
module Module : IdSig with type t = Module.t
module ModuleType : IdSig with type t = ModuleType.t
module Type : IdSig with type t = Type.t
module Value : IdSig with type t = Id.path_value
module ClassType : IdSig with type t = ClassType.t
type t = [
| Module.t
| ModuleType.t
| Type.t
| ClassType.t
| Value.t
]