= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && 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
Generic operations
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
module Path : sig ... end
type t = Paths_types.Identifier.any
val signature_of_t : t -> Signature.t
val class_signature_of_t : t -> ClassSignature.t
val datatype_of_t : t -> DataType.t
val module_type_of_t : t -> ModuleType.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
val name : [< t ] -> string
On This Page