Module Identifier.LabelParent

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