Module Fragment.SignatureSource

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