jon.recoil.org

Module Paths.FragmentSource

OCaml path fragments for specifying module substitutions

Sourcemodule Resolved : sig ... end
Sourcemodule Signature : sig ... end
Sourcemodule Module : sig ... end
Sourcemodule ModuleType : sig ... end
Sourcemodule Type : sig ... end
Sourcetype t = [
  1. | `Resolved of Odoc_model.Paths.Fragment.Resolved.t
  2. | `Dot of Odoc_model.Paths.Fragment.Signature.t * string
  3. | `Root
]