@List: replaced "args" by "is";
authorwenzelm
Fri, 08 Oct 1993 14:11:12 +0100
changeset 43 eb7ad4a7dc4f
parent 42 d981488bda7b
child 44 00597b21a6a9
@List: replaced "args" by "is";
src/ZF/ListFn.thy
src/ZF/listfn.thy
--- a/src/ZF/ListFn.thy	Fri Oct 08 13:55:04 1993 +0100
+++ b/src/ZF/ListFn.thy	Fri Oct 08 14:11:12 1993 +0100
@@ -23,7 +23,7 @@
 
  (* List Enumeration *)
  "[]"        :: "i" 	                           	("[]")
- "@List"     :: "args => i" 	                   	("[(_)]")
+ "@List"     :: "is => i" 	                   	("[(_)]")
 
 
 translations
--- a/src/ZF/listfn.thy	Fri Oct 08 13:55:04 1993 +0100
+++ b/src/ZF/listfn.thy	Fri Oct 08 14:11:12 1993 +0100
@@ -23,7 +23,7 @@
 
  (* List Enumeration *)
  "[]"        :: "i" 	                           	("[]")
- "@List"     :: "args => i" 	                   	("[(_)]")
+ "@List"     :: "is => i" 	                   	("[(_)]")
 
 
 translations