= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
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
References present in documentation comments ({!Foo.Bar}
)
module Resolved : sig ... end
Creators
module Signature : sig ... end
module ClassSignature : sig ... end
module DataType : sig ... end
module Parent : sig ... end
module LabelParent : sig ... end
module Module : sig ... end
module ModuleType : sig ... end
module Type : sig ... end
module Constructor : sig ... end
module Field : sig ... end
module Extension : sig ... end
module Exception : sig ... end
module Value : sig ... end
module Class : sig ... end
module ClassType : sig ... end
module Method : sig ... end
module InstanceVariable : sig ... end
module Label : sig ... end
module Page : sig ... end
type t = Paths_types.Reference.any
val module_type_of_t : t -> ModuleType.t
val signature_of_t : t -> Signature.t
val class_signature_of_t : t -> ClassSignature.t
val label_parent_of_t : t -> LabelParent.t
val datatype_of_t : t -> DataType.t
val constructor_of_t : t -> Constructor.t
val extension_of_t : t -> Extension.t
val exception_of_t : t -> Exception.t
val class_type_of_t : t -> ClassType.t
val instance_variable_of_t : t -> InstanceVariable.t
val hash : t -> int
ON THIS PAGE