jon.recoil.org

Module Resolved.ClassType

type t = [
  1. | `Identifier of Odoc_model.Paths.Identifier.Path.ClassType.t
  2. | `SubstitutedCT of Odoc_model__.Paths_types.Resolved_path.class_type
  3. | `Class of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t
  4. | `ClassType of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t
]