package core

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

Parameters

module M : sig ... end

Signature

include Bin_prot.Binable.S with type t := M.t
val bin_size_t : M.t Bin_prot__.Size.sizer
val bin_write_t : M.t Bin_prot__.Write.writer
val bin_read_t : M.t Bin_prot__.Read.reader
val __bin_read_t__ : (int -> M.t) Bin_prot__.Read.reader
val bin_shape_t : Bin_prot__.Shape.t
val bin_writer_t : M.t Bin_prot__.Type_class.writer
val bin_reader_t : M.t Bin_prot__.Type_class.reader
val bin_t : M.t Bin_prot__.Type_class.t
include Ppx_hash_lib.Hashable.S with type t := M.t
include Sexplib0.Sexpable.S with type t := M.t
val t_of_sexp : Sexplib0__.Sexp.t -> M.t
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_binable 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 compare : M.t -> M.t -> int
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 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_binable with type t := M.t
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_binable with type key = M.t
module Hash_set : Hash_set.S_binable with type elt = M.t
module Hash_queue : Hash_queue.S with type key = M.t
OCaml

Innovation. Community. Security.