Fragment.Signature
odoc
type t = [
| `Resolved of Resolved.Signature.t
| `Dot of t * string
| `Root
]