Module Identifier.OdocId

type t = t_pv id
type t_pv = [
  1. | Page.t_pv
  2. | `Root of ContainerPage.t option * Names.ModuleName.t
]