= 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
module Import : sig ... end
module Source : sig ... end
module Packed : sig ... end
type t = {
id : Paths.Identifier.Module.t;
doc : Comment.docs;
digest : Digest.t;
imports : Import.t list;
source : Source.t option;
interface : bool;
hidden : bool;
content : content;
expansion : Signature.t option;
}