type t = {
name : [ `LeafPage of
Odoc_model__.Paths.Identifier.Id.container_page_pv
Odoc_model__.Paths_types.id
option
* Odoc_model__.Names.PageName.t
| `Page of
Odoc_model__.Paths.Identifier.Id.container_page_pv
Odoc_model__.Paths_types.id
option
* Odoc_model__.Names.PageName.t ]
Odoc_model__.Paths_types.id;
root : Odoc_model__.Root.t;
source_children : [ `SourcePage of
Odoc_model__.Paths.Identifier.Id.source_dir_pv
Odoc_model__.Paths_types.id
* string ]
Odoc_model__.Paths_types.id
list;
digest : Digest.t;
}