From e469076c37fc8b1b6d66eb700e379b9b2a093cb7 Mon Sep 17 00:00:00 2001 From: Jade Philipoom Date: Thu, 31 May 2018 19:13:01 +0200 Subject: fix over-indented line --- src/Experiments/SimplyTypedArithmetic.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Experiments/SimplyTypedArithmetic.v b/src/Experiments/SimplyTypedArithmetic.v index 441c111dd..4bc9b3b2e 100644 --- a/src/Experiments/SimplyTypedArithmetic.v +++ b/src/Experiments/SimplyTypedArithmetic.v @@ -1475,7 +1475,7 @@ Module Rows. | _ => progress In_cases | |- _ /\ _ => split | |- context [?x mod ?y] => unique pose proof (Z.mul_div_eq_full x y ltac:(auto)); lia - | _ => apply length_sum_rows + | _ => apply length_sum_rows | _ => solve [repeat (ring_simplify; f_equal; try ring)] | _ => congruence | _ => solve [eauto] -- cgit v1.2.3