package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module M : sig ... end

Signature

include Identifiable.S_common with type t := M.t
include sig ... end
val sexp_of_t : M.t -> Ppx_sexp_conv_lib.Sexp.t
val of_string : string -> M.t
val to_string : M.t -> string
val pp : Base__.Formatter.t -> M.t -> unit
include Comparable.S_plain with type t := M.t
include Base.Comparable.S with type t := M.t
val (>=) : M.t -> M.t -> bool
val (<=) : M.t -> M.t -> bool
val (=) : M.t -> M.t -> bool
val (>) : M.t -> M.t -> bool
val (<) : M.t -> M.t -> bool
val (<>) : M.t -> M.t -> bool
val equal : M.t -> M.t -> bool
val min : M.t -> M.t -> M.t
val max : M.t -> M.t -> M.t
val ascending : M.t -> M.t -> int
val descending : M.t -> M.t -> int
val between : M.t -> low:M.t -> high:M.t -> bool
val clamp_exn : M.t -> min:M.t -> max:M.t -> M.t
val clamp : M.t -> min:M.t -> max:M.t -> M.t Base__.Or_error.t
type comparator_witness
val comparator : (M.t, comparator_witness) Base__.Comparator.comparator
val validate_lbound : min:M.t Base__.Maybe_bound.t -> M.t Base__.Validate.check
val validate_ubound : max:M.t Base__.Maybe_bound.t -> M.t Base__.Validate.check
val validate_bound : min:M.t Base__.Maybe_bound.t -> max:M.t Base__.Maybe_bound.t -> M.t Base__.Validate.check
module Replace_polymorphic_compare : sig ... end
include Hashable.S_plain with type t := M.t
include Hashable.Common with type t := M.t
include sig ... end
val compare : M.t -> M.t -> Base.Int.t
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> M.t -> Ppx_hash_lib.Std.Hash.state
val hash : M.t -> Ppx_hash_lib.Std.Hash.hash_value
val hashable : M.t Core_kernel__.Hashtbl.Hashable.t
module Table : Hashtbl.S_plain with type key = M.t
module Hash_set : Hash_set.S_plain with type elt = M.t
module Hash_queue : Hash_queue.S with type Key.t = M.t
OCaml

Innovation. Community. Security.