jon.recoil.org

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 ... end
module Odoc_file : sig ... end
val equal : Odoc_model.Root.t -> Odoc_model.Root.t -> bool
val hash : Odoc_model.Root.t -> int
val compare : Odoc_model.Root.t -> Odoc_model.Root.t -> int
val to_string : Odoc_model.Root.t -> string