avoid unnamed infixes;
authorwenzelm
Sun, 30 Sep 2007 21:55:18 +0200
changeset 24784 102e0e732495
parent 24783 5a3e336a2e37
child 24785 197e4df96fd4
avoid unnamed infixes;
src/HOL/ZF/HOLZF.thy
--- a/src/HOL/ZF/HOLZF.thy	Sun Sep 30 21:55:15 2007 +0200
+++ b/src/HOL/ZF/HOLZF.thy	Sun Sep 30 21:55:18 2007 +0200
@@ -194,8 +194,8 @@
   "Field A == union (Domain A) (Range A)"
 
 constdefs
-  "\<acute>"         :: "ZF \<Rightarrow> ZF => ZF"    (infixl 90) --{*function application*} 
-  app_def:  "f \<acute> x == (THE y. Elem (Opair x y) f)"
+  app :: "ZF \<Rightarrow> ZF => ZF"    (infixl "\<acute>" 90) --{*function application*} 
+  "f \<acute> x == (THE y. Elem (Opair x y) f)"
 
 constdefs
   isFun :: "ZF \<Rightarrow> bool"