aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]