# HG changeset patch # User haftmann # Date 1174375643 -3600 # Node ID 110f7f6f8a5dc938a5ff7301e4f6a7e3f7cea1a6 # Parent be9ae8b19271d2356e2e257572f356b41179781f fixed typo 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)