Module Reference.Page

type t = [
  1. | `Dot of Odoc_model__.Paths_types.Reference.label_parent * string
  2. | `Resolved of [ `Identifier of [ `LeafPage of Odoc_model__.Paths_types.Identifier.container_page_pv Odoc_model__.Paths_types.id option * Odoc_model__.Names.PageName.t | `Page of Odoc_model__.Paths_types.Identifier.container_page_pv Odoc_model__.Paths_types.id option * Odoc_model__.Names.PageName.t ] Odoc_model__.Paths_types.id ]
  3. | `Root of string * [ `TPage | `TUnknown ]
]