diff --git a/src/lib/pickles/step_verifier.ml b/src/lib/pickles/step_verifier.ml index 7ef06a7bdbb..60e5e31cacb 100644 --- a/src/lib/pickles/step_verifier.ml +++ b/src/lib/pickles/step_verifier.ml @@ -11,15 +11,13 @@ module Make (Inputs : Intf.Step_main_inputs.S with type Impl.field = Backend.Tick.Field.t and type Impl.Bigint.t = Backend.Tick.Bigint.t - and type ('var, 'value, 'aux, 'field, 'checked) Impl.Typ.typ' = + and type ('var, 'value, 'aux) Impl.Internal_Basic.Typ.typ' = ( 'var , 'value - , 'aux - , 'field - , 'checked ) - Step_main_inputs.Impl.Typ.typ' - and type ('var, 'value, 'field, 'checked) Impl.Typ.typ = - ('var, 'value, 'field, 'checked) Step_main_inputs.Impl.Typ.typ + , 'aux ) + Step_main_inputs.Impl.Internal_Basic.Typ.typ' + and type ('var, 'value) Impl.Internal_Basic.Typ.typ = + ('var, 'value) Step_main_inputs.Impl.Internal_Basic.Typ.typ and type Inner_curve.Constant.Scalar.t = Backend.Tock.Field.t) = struct open Inputs diff --git a/src/lib/pickles/wrap_verifier.ml b/src/lib/pickles/wrap_verifier.ml index 9045c8d72cd..623c2800196 100644 --- a/src/lib/pickles/wrap_verifier.ml +++ b/src/lib/pickles/wrap_verifier.ml @@ -49,15 +49,13 @@ module Make (Inputs : Intf.Wrap_main_inputs.S with type Impl.field = Backend.Tock.Field.t and type Impl.Bigint.t = Backend.Tock.Bigint.t - and type ('var, 'value, 'aux, 'field, 'checked) Impl.Typ.typ' = + and type ('var, 'value, 'aux) Impl.Internal_Basic.Typ.typ' = ( 'var , 'value - , 'aux - , 'field - , 'checked ) - Wrap_main_inputs.Impl.Typ.typ' - and type ('var, 'value, 'field, 'checked) Impl.Typ.typ = - ('var, 'value, 'field, 'checked) Wrap_main_inputs.Impl.Typ.typ + , 'aux ) + Wrap_main_inputs.Impl.Internal_Basic.Typ.typ' + and type ('var, 'value) Impl.Internal_Basic.Typ.typ = + ('var, 'value) Wrap_main_inputs.Impl.Internal_Basic.Typ.typ and type Inner_curve.Constant.Scalar.t = Backend.Tick.Field.t) = struct open Inputs diff --git a/src/lib/snarky b/src/lib/snarky index 98805117bcc..79768567d78 160000 --- a/src/lib/snarky +++ b/src/lib/snarky @@ -1 +1 @@ -Subproject commit 98805117bcce13e09a6e7de0da24ed2e50e9b267 +Subproject commit 79768567d78b24b7e0a943a344bf25aff653a8ca