From cc3b13df461c2d6b2d4142539cef61fa27e8446a Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 27 Jun 2016 17:02:46 -0700 Subject: Fix super_nstaz to not error --- src/Algebra.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Algebra.v b/src/Algebra.v index 294814e99..39b08ed30 100644 --- a/src/Algebra.v +++ b/src/Algebra.v @@ -952,7 +952,7 @@ Ltac super_nsatz := try prensatz_contradict; try conservative_common_denominator_all; [ try nsatz - | prensatz_contradict; try nsatz.. ]. + | try prensatz_contradict; try nsatz.. ]. Section ExtraLemmas. Context {F eq zero one opp add sub mul inv div} `{F_field:field F eq zero one opp add sub mul inv div}. -- cgit v1.2.3