package hardcaml

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

Module Type.Uid

type t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val sexp_of_t : t -> Sexplib0.Sexp.t
include Base.Comparator.S with type t := t
type comparator_witness
include Base.Equal.S with type t := t
val equal : t Base.Equal.equal
val zero : t
val one : t
val to_int : t -> Base.int
val to_string : t -> Base.string
val generator : Base.unit -> [ `New of Base.unit -> t ] * [ `Reset of Base.unit -> Base.unit ]