package arrayjit

  1. Overview
  2. Docs
include module type of struct include CompareSymbol end
type t = symbol =
  1. | Symbol of Base.int
val compare : t -> t -> Base.int
val equal : t -> t -> Base.bool
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
include sig ... end
type comparator_witness
val comparator : (CompareSymbol.t, comparator_witness) Base__Comparator.t
OCaml

Innovation. Community. Security.