Module Plonk_checks.Scalars

type curr_or_next =
| Curr
| Next
val equal_curr_or_next : curr_or_next -> curr_or_next -> Ppx_deriving_runtime.bool
val hash_fold_curr_or_next : Ppx_hash_lib.Std.Hash.state -> curr_or_next -> Ppx_hash_lib.Std.Hash.state
val hash_curr_or_next : curr_or_next -> Ppx_hash_lib.Std.Hash.hash_value
val compare_curr_or_next : curr_or_next -> curr_or_next -> int
val curr_or_next_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> curr_or_next
val sexp_of_curr_or_next : curr_or_next -> Ppx_sexp_conv_lib.Sexp.t
module Gate_type : sig ... end
module Lookup_pattern : sig ... end
module Column : sig ... end
module Env : sig ... end
module type S = sig ... end
module Tick : S
module Tock : S