Module Identifier.PageSource

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