Module Identifier.LabelParent

type t = [
| Parent.t
| Page.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int