author | nipkow |
Wed, 08 May 2013 12:06:04 +0200 | |
changeset 51922 | 4cf0b93f9639 |
parent 51917 | f964a9887713 |
child 51923 | 3d772b0af856 |
--- a/src/HOL/IMP/Abs_Int_Tests.thy Wed May 08 11:57:42 2013 +0200 +++ b/src/HOL/IMP/Abs_Int_Tests.thy Wed May 08 12:06:04 2013 +0200 @@ -63,6 +63,6 @@ definition "test6_ivl = ''x'' ::= N 0; - WHILE Less (V ''x'') (N 1) DO ''x'' ::= Plus (V ''x'') (N -1)" + WHILE Less (N -1) (V ''x'') DO ''x'' ::= Plus (V ''x'') (N 1)" end