Fragment.Module
type t = [
|
`Resolved of Paths.Fragment.Resolved.Module.t
`Dot of Paths.Fragment.Signature.t * string
]
val split : t -> string * t option