package arrayjit

  1. Overview
  2. Docs
type t = {
  1. nd : Tn.t;
  2. scope_id : Base.int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t -> t -> Base.bool
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val compare : t -> t -> Base.int
include sig ... end
type comparator_witness
val comparator : (t, comparator_witness) Base__Comparator.t
OCaml

Innovation. Community. Security.