Module Path.ClassType

type t = [
| `Resolved of [ `Identifier of Paths.Identifier.Path.ClassType.t | `Class of Paths.Path.Resolved.Module.t * Names.ClassName.t | `ClassType of Paths.Path.Resolved.Module.t * Names.ClassTypeName.t ]
| `Identifier of Paths.Identifier.Path.ClassType.t * bool
| `Dot of Paths.Path.Module.t * string
]