package arrayjit

  1. Overview
  2. Docs
type t = {
  1. tn : 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 : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val compare : t -> t -> Base.int
include sig ... end
type comparator_witness
val comparator : (t, comparator_witness) Base__Comparator.comparator
OCaml

Innovation. Community. Security.