Module Identifier.Page

type t = [
  1. | ContainerPage.t
  2. | `LeafPage of ContainerPage.t option * Names.PageName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int