diff -r be9ae8b19271 -r 110f7f6f8a5d src/HOL/Set.thy --- a/src/HOL/Set.thy Tue Mar 20 08:27:22 2007 +0100 +++ b/src/HOL/Set.thy Tue Mar 20 08:27:23 2007 +0100 @@ -87,7 +87,7 @@ "_Ball" :: "pttrn => 'a set => bool => bool" ("(3ALL _:_./ _)" [0, 0, 10] 10) "_Bex" :: "pttrn => 'a set => bool => bool" ("(3EX _:_./ _)" [0, 0, 10] 10) "_Bex1" :: "pttrn => 'a set => bool => bool" ("(3EX! _:_./ _)" [0, 0, 10] 10) - "_Bleast" :: "id => 'a set => bool => 'a" ("(3LEAST _:_./ _)" [0, 0, 10] 10) + "_Bleast" :: "id => 'a set => bool => 'a" ("(3LEAST _:_./ _)" [0, 0, 10] 10) syntax (HOL) "_Ball" :: "pttrn => 'a set => bool => bool" ("(3! _:_./ _)" [0, 0, 10] 10)