From a84ea5b4efff70f4037ba480508ffcc069a6a96d Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 22 Nov 2016 17:32:06 -0500 Subject: Fix for 8.6 --- src/CompleteEdwardsCurve/ExtendedCoordinates.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CompleteEdwardsCurve') diff --git a/src/CompleteEdwardsCurve/ExtendedCoordinates.v b/src/CompleteEdwardsCurve/ExtendedCoordinates.v index ec4e89a3b..eef1eb371 100644 --- a/src/CompleteEdwardsCurve/ExtendedCoordinates.v +++ b/src/CompleteEdwardsCurve/ExtendedCoordinates.v @@ -219,7 +219,7 @@ Module Extended. do 2 match goal with | [ |- context[exist _ ?x ?p] ] => first [ is_var p; fail 1 - | generalize p; generalize dependent x ] + | generalize p; cbv zeta; generalize dependent x ] end. clear add_coordinates_opt add_coordinates_opt_correct. cbv [to_twisted coordinates proj1_sig E.eq E.coordinates fst snd] in *. -- cgit v1.2.3