jon.recoil.org

Module Component.SubstitutionSource

type subst_module = [
  1. | `Prefixed of Odoc_xref2.Cpath.module_ * Odoc_xref2.Cpath.Resolved.module_
  2. | `Substituted
  3. | `Renamed of Odoc_xref2.Ident.module_
]
type subst_type = [
  1. | `Prefixed of Odoc_xref2.Cpath.type_ * Odoc_xref2.Cpath.Resolved.type_
  2. | `Renamed of Odoc_xref2.Ident.type_
]
type subst_class_type = [
  1. | `Prefixed of Odoc_xref2.Cpath.class_type * Odoc_xref2.Cpath.Resolved.class_type
  2. | `Renamed of Odoc_xref2.Ident.type_
]