replaced arities by instance;
authorwenzelm
Tue, 27 Jun 2000 23:43:46 +0200
changeset 9156 b9fe44ad3381
parent 9155 adfa40218e06
child 9157 998dd2fb5795
replaced arities by instance;
src/HOL/Lex/Prefix.thy
--- a/src/HOL/Lex/Prefix.thy	Tue Jun 27 20:35:31 2000 +0200
+++ b/src/HOL/Lex/Prefix.thy	Tue Jun 27 23:43:46 2000 +0200
@@ -6,7 +6,7 @@
 
 Prefix = Main +
 
-arities list :: (term)ord
+instance list :: (term)ord
 
 defs
         prefix_def        "xs <= zs  ==  ? ys. zs = xs@ys"