fixed the X-symbol syntax for lambda
authorpaulson
Mon, 21 May 2001 14:53:11 +0200
changeset 11322 6a20952757b2
parent 11321 01cbbf33779b
child 11323 92eddd0914a9
fixed the X-symbol syntax for lambda
src/ZF/ZF.thy
--- a/src/ZF/ZF.thy	Mon May 21 14:52:27 2001 +0200
+++ b/src/ZF/ZF.thy	Mon May 21 14:53:11 2001 +0200
@@ -157,7 +157,7 @@
   "@UNION"    :: [pttrn, i, i] => i        ("(3\\<Union>_\\<in>_./ _)" 10)
   "@PROD"     :: [pttrn, i, i] => i        ("(3\\<Pi>_\\<in>_./ _)" 10)
   "@SUM"      :: [pttrn, i, i] => i        ("(3\\<Sigma>_\\<in>_./ _)" 10)
-  "@lam"      :: [pttrn, i, i] => i        ("(3\\<lambda>_:_./ _)" 10)
+  "@lam"      :: [pttrn, i, i] => i        ("(3\\<lambda>_\\<in>_./ _)" 10)
   "@Ball"     :: [pttrn, i, o] => o        ("(3\\<forall>_\\<in>_./ _)" 10)
   "@Bex"      :: [pttrn, i, o] => o        ("(3\\<exists>_\\<in>_./ _)" 10)