Module Identifier.ContainerPage

type t = [
| `Page of Paths.Identifier.ContainerPage.t option * Names.PageName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int