Module Identifier.LeafPage

type t = t_pv id
type t_pv = [
  1. | `LeafPage of ContainerPage.t option * Names.PageName.t
]