Reference.Page
type t = [
| `Resolved of Resolved.Page.t
| `Root of string * [ `TPage | `TUnknown ]
| `Dot of LabelParent.t * string
]