Module Paths.FragmentSource
OCaml path fragments for specifying module substitutions
Source
type leaf = [ | `Resolved of Odoc_model.Paths.Fragment.Resolved.leaf| `Dot of Odoc_model.Paths.Fragment.Signature.t * string
]Source
type t = [ | `Resolved of Odoc_model.Paths.Fragment.Resolved.t| `Dot of Odoc_model.Paths.Fragment.Signature.t * string| `Root
]