Test_util.Make
module Impl : Snarky_backendless.Snark_intf.S
val checked_to_unchecked :
( 'a, 'b ) Impl.Typ.t ->
( 'c, 'd ) Impl.Typ.t ->
( 'e -> 'f Impl.Checked.t ) ->
'g ->
'h
val test_to_triples :
( 'a, 'b ) Impl.Typ.t ->
( 'c -> (bool * bool * bool) Fold_lib.Fold.t ) ->
( 'd ->
(Impl.Boolean.var * Impl.Boolean.var * Impl.Boolean.var) list
Impl.Checked.t ) ->
'e ->
unit
val test_equal :
?equal:( 'a -> 'a -> bool ) ->
( 'b, 'c ) Impl.Typ.t ->
( 'd, 'e ) Impl.Typ.t ->
( 'b -> 'd Impl.Checked.t ) ->
( 'f -> 'g ) ->
'h ->
unit
utility function to print digests to put in tests, see `check_serialization' below