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