diff -r c8a2755bf220 -r ff784d5a5bfb src/HOL/Isar_Examples/Structured_Statements.thy --- a/src/HOL/Isar_Examples/Structured_Statements.thy Sat Jan 05 17:00:43 2019 +0100 +++ b/src/HOL/Isar_Examples/Structured_Statements.thy Sat Jan 05 17:24:33 2019 +0100 @@ -152,9 +152,9 @@ have C proof - - show ?thesis when "A x" (is ?A) for x :: 'a \ \abstract @{term x}\ + show ?thesis when "A x" (is ?A) for x :: 'a \ \abstract \<^term>\x\\ using that \ - show "?A a" \ \concrete @{term a}\ + show "?A a" \ \concrete \<^term>\a\\ \ qed end