Odoc_modelThis module contains odoc's internal model of the OCaml language, together with the definition of .odoc files and the parser for odoc references
module Lang : sig ... endmodule Comment : sig ... endmodule Paths : sig ... endIdentifiers for definitions
module Names : sig ... endTyped names for paths, identifiers, references and fragments.
module Predefined : sig ... endmodule Root : sig ... endA root can be seen as a unique representative of a odoc file.
module Error : sig ... endmodule Location_ : sig ... endmodule Compat : sig ... endmodule Semantics : sig ... end