aboutsummaryrefslogtreecommitdiff
path: root/src/Experiments/SimplyTypedArithmetic.v
diff options
context:
space:
mode:
authorGravatar Jade Philipoom <jadep@google.com>2018-05-31 19:13:01 +0200
committerGravatar Jade Philipoom <jadep@google.com>2018-05-31 19:13:01 +0200
commite469076c37fc8b1b6d66eb700e379b9b2a093cb7 (patch)
treed65b4249768962239336856b0dd11c216fd2161f /src/Experiments/SimplyTypedArithmetic.v
parentc17c32051bc4d481e69b6f9e9b0275a9ccc46db7 (diff)
fix over-indented line
Diffstat (limited to 'src/Experiments/SimplyTypedArithmetic.v')
-rw-r--r--src/Experiments/SimplyTypedArithmetic.v2
1 files changed, 1 insertions, 1 deletions
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]