Module Scalars.Column

module T : sig ... end
val compare : T.t -> T.t -> Core_kernel__.Import.int
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> T.t -> Ppx_hash_lib.Std.Hash.state
val hash : T.t -> Ppx_hash_lib.Std.Hash.hash_value
val hashable : T.t Core_kernel__.Hashtbl.Hashable.t
module Table : sig ... end
module Hash_set : sig ... end
module Hash_queue : sig ... end
include module type of struct include T end
type t = T.t =
| Witness of int
| Index of Gate_type.t
| Coefficient of int
| LookupTable
| LookupSorted of int
| LookupAggreg
| LookupKindIndex of Lookup_pattern.t
| LookupRuntimeSelector
| LookupRuntimeTable
val equal : t -> t -> Ppx_deriving_runtime.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 -> int
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t