Module Odoc_model.Root
A root can be seen as a unique representative of a odoc file.
Roots are used by doc-ock (at the root of every resolved path/identifier/reference) and present at the beginning of every .odoc file.
module Package : sig ... endmodule Odoc_file : sig ... endtype t = {id : Odoc_model.Paths.Identifier.OdocId.t;file : Odoc_model.Root.Odoc_file.t;digest : Stdlib.Digest.t;
}val equal : Odoc_model.Root.t -> Odoc_model.Root.t -> boolval hash : Odoc_model.Root.t -> intval compare : Odoc_model.Root.t -> Odoc_model.Root.t -> intval to_string : Odoc_model.Root.t -> stringmodule Hash_table : Stdlib.Hashtbl.S with type key = Odoc_model.Root.t