Module Fragment.Signature

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