= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package odoc
-
odoc.compat
-
odoc.loader
-
odoc.model
-
-
odoc.parser
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 hash : t -> int
val to_string : t -> string
module Hash_table : Hashtbl.S with type key = t