aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Wellfounded
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-06-26 17:38:23 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-06-26 17:38:23 +0200
commitf25ebf0a2d163df5191cf20650c82955b17972f7 (patch)
tree7069e7b333355163268b7aeeabd0b5d0fe3ea23d /theories/Wellfounded
parentcda7b80182b03c7b04baf5cc2cc6aa33984e054a (diff)
Avoid using a deprecated lemma in the standard library.
Diffstat (limited to 'theories/Wellfounded')
-rw-r--r--theories/Wellfounded/Lexicographic_Exponentiation.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Wellfounded/Lexicographic_Exponentiation.v b/theories/Wellfounded/Lexicographic_Exponentiation.v
index 28288c0cb..d5e807f5a 100644
--- a/theories/Wellfounded/Lexicographic_Exponentiation.v
+++ b/theories/Wellfounded/Lexicographic_Exponentiation.v
@@ -183,7 +183,7 @@ Section Wf_Lexicographic_Exponentiation.
intro.
generalize (app_nil_end x1).
- simple induction 1; simple induction 1.
+ simple induction 1; simple induction 1.
split. apply d_conc; auto with sets.
apply d_nil.