diff options
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Zarith/fast_integer.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Zarith/fast_integer.v b/theories/Zarith/fast_integer.v index c933ebedc8..d301a7d409 100644 --- a/theories/Zarith/fast_integer.v +++ b/theories/Zarith/fast_integer.v @@ -1476,4 +1476,4 @@ Intros x y;Case x;Case y; [ | Unfold Zcompare; Intros q p; Rewrite <- ZC4; Intros H; Exists (true_sub q p); Simpl; Rewrite (ZC1 q p H); Trivial with arith]. Save. -End fast_integers.
\ No newline at end of file +End fast_integers. |
