core-and-more
Includes core, and some more useful extensions
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package core-and-more
-
core-and-more
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library core-and-more
Parameters
module C : sig ... end
Signature
module D : sig ... end
type elt = D.key
val compare_elt : elt -> elt -> Ppx_deriving_runtime.int
val pp_elt :
Ppx_deriving_runtime.Format.formatter ->
elt ->
Ppx_deriving_runtime.unit
val show_elt : elt -> Ppx_deriving_runtime.string
val hash_fold_elt : Base.Hash.state -> elt -> Base.Hash.state
val hash_elt : elt -> Base.Hash.hash_value
type t = D.t
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val empty : D.t
val is_empty : D.t -> bool
val size : t -> int
val show : t -> string
ON THIS PAGE
No table of contents