package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Module : sig ... end
module ModuleType : sig ... end
module Type : sig ... end
module ClassType : sig ... end
val module_of_t : t -> Module.t
val module_type_of_t : t -> ModuleType.t
val type_of_t : t -> Type.t
val class_type_of_t : t -> ClassType.t
val equal : t -> t -> bool
val hash : t -> int
val identifier : t -> Identifier.t