type t = {id : [ `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
| `Root of
Odoc_model__.Paths.Identifier.Id.container_page_pv
Odoc_model__.Paths_types.id
option
* Odoc_model__.Names.ModuleName.t ]
Odoc_model__.Paths_types.id;file : Odoc_file.t;digest : Digest.t;
}val equal : t -> t -> boolval compare : t -> t -> intval to_string : t -> stringval contains_double_underscore : string -> bool