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