Module Odoc_model.Root

module Package : sig ... end
module Odoc_file : sig ... end
type t = {
package : Package.t;
file : Odoc_file.t;
digest : Stdlib.Digest.t;
}
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val to_string : t -> string
module Hash_table : Stdlib.Hashtbl.S with type key = t
val contains_double_underscore : string -> bool