package core

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

Parameters

module M : sig ... end

Signature

include Ppx_compare_lib.Comparable.S with type t := M.t
include Ppx_hash_lib.Hashable.S with type t := M.t
val sexp_of_t : M.t -> Sexplib0.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 with type comparator_witness := M.comparator_witness
include Base.Comparable.S with type t := M.t with type comparator_witness := M.comparator_witness
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
val comparator : (M.t, M.comparator_witness) Base__Comparator.comparator
val validate_lbound : min:M.t Maybe_bound.t -> M.t Validate.check
val validate_ubound : max:M.t Maybe_bound.t -> M.t Validate.check
val validate_bound : min:M.t Maybe_bound.t -> max:M.t Maybe_bound.t -> M.t Validate.check
module Replace_polymorphic_compare : sig ... end
include Hashable.S_plain with type t := M.t
include Ppx_compare_lib.Comparable.S with type t := M.t
val compare : M.t Base__Ppx_compare_lib.compare
include Ppx_hash_lib.Hashable.S with type t := M.t
val hash_fold_t : M.t Base__Ppx_hash_lib.hash_fold
val hash : M.t -> Base__Ppx_hash_lib.Std.Hash.hash_value
val hashable : M.t Core__.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 = M.t
OCaml

Innovation. Community. Security.