Module Paths.Fragment
OCaml path fragments for specifying module substitutions
module Resolved : sig ... endmodule Signature : sig ... endmodule Module : sig ... endmodule ModuleType : sig ... endmodule Type : sig ... endtype leaf = [ | `Resolved of Odoc_model.Paths.Fragment.Resolved.leaf| `Dot of Odoc_model.Paths.Fragment.Signature.t * string
]type t = [ | `Resolved of Odoc_model.Paths.Fragment.Resolved.t| `Dot of Odoc_model.Paths.Fragment.Signature.t * string| `Root
]