Module Paths.PathSource
Normal OCaml paths (i.e. the ones present in types)
Source
type t = [ | `Resolved of Odoc_model.Paths.Path.Resolved.t| `SubstitutedT of Odoc_model.Paths.Path.Type.t| `SubstitutedMT of Odoc_model.Paths.Path.ModuleType.t| `Substituted of Odoc_model.Paths.Path.Module.t| `SubstitutedCT of Odoc_model.Paths.Path.ClassType.t| `Identifier of Odoc_model.Paths.Identifier.Path.t * bool| `Root of Odoc_model.Names.ModuleName.t| `Forward of string| `Dot of Odoc_model.Paths.Path.Module.t * Odoc_model.Names.ModuleName.t| `DotT of Odoc_model.Paths.Path.Module.t * Odoc_model.Names.TypeName.t| `DotMT of Odoc_model.Paths.Path.Module.t * Odoc_model.Names.ModuleTypeName.t| `DotV of Odoc_model.Paths.Path.Module.t * Odoc_model.Names.ValueName.t| `Apply of Odoc_model.Paths.Path.Module.t * Odoc_model.Paths.Path.Module.t
]