fixed typo
authorhaftmann
Tue, 20 Mar 2007 08:27:23 +0100
changeset 22478 110f7f6f8a5d
parent 22477 be9ae8b19271
child 22479 de15ea8fb348
fixed typo
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)