jon.recoil.org

Module Paths.Fragment

OCaml path fragments for specifying module substitutions

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