Module Path.Constructor

type t = [
  1. | `Dot of [ `Dot of Odoc_model__.Paths_types.Path.module_ * string | `Identifier of [ `CoreType of Odoc_model__.Names.TypeName.t | `Type of Odoc_model__.Paths_types.Identifier.signature_pv Odoc_model__.Paths_types.id * Odoc_model__.Names.TypeName.t ] Odoc_model__.Paths_types.id * bool | `Resolved of Odoc_model__.Paths_types.Resolved_path.datatype ] * string
  2. | `Resolved of [ `Constructor of Odoc_model__.Paths_types.Resolved_path.datatype * Odoc_model__.Names.ConstructorName.t ]
]