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