Module Fragment.Signature

type t = [
  1. | `Resolved of Resolved.Signature.t
  2. | `Dot of t * string
  3. | `Root
]