diff -r 2409827d8eb8 -r d3fe0597080a Myhill_1.thy --- a/Myhill_1.thy Mon Feb 14 07:42:16 2011 +0000 +++ b/Myhill_1.thy Mon Feb 14 09:38:18 2011 +0000 @@ -482,10 +482,10 @@ *} abbreviation - "Test ES \ card ES \ 1" + "Cond ES \ card ES \ 1" definition - "Solve X ES \ while Test (Iter X) ES" + "Solve X ES \ while Cond (Iter X) ES" text {* Since the @{text "while"} combinator from HOL library is used to implement @{text "Solve X ES"},