diff -r a88e16b69d0f -r 9d35c6145dd2 Attic/Unused.thy --- a/Attic/Unused.thy Thu Jan 28 10:52:10 2010 +0100 +++ b/Attic/Unused.thy Thu Jan 28 12:24:49 2010 +0100 @@ -6,9 +6,9 @@ by(auto simp add: QUOT_TRUE_def) syntax - "Bexeq" :: "id \ ('a \ 'a \ bool) \ ('a \ bool) \ bool" ("(3\!!_\_./ _)" [0, 0, 10] 10) + "Bex1_rel" :: "id \ ('a \ 'a \ bool) \ ('a \ bool) \ bool" ("(3\!!_\_./ _)" [0, 0, 10] 10) translations - "\!!x\A. P" == "Bexeq A (%x. P)" + "\!!x\A. P" == "Bex1_rel A (%x. P)" (* Atomize infrastructure *)