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 -> bool
val compare : t -> t -> int
val to_string : t -> string
val contains_double_underscore : string -> bool