Module Make.Bitstring_checked

type t = Boolean.var list
val equal : t -> t -> Boolean.var
val equal_expect_true : t -> t -> Boolean.var

Equivalent to equal, but avoids computing field elements to represent chunks of the list when not necessary.

NOTE: This will do extra (wasted) work before falling back to the behaviour of equal when the values are not equal.

module Assert : sig ... end