simplified definition of axclass cpo
authoroheimb
Wed, 09 Sep 1998 16:13:35 +0200
changeset 5438 c89ee3a46a74
parent 5437 f68b9d225942
child 5439 2e0c18eedfd0
simplified definition of axclass cpo
src/HOLCF/Pcpo.thy
--- a/src/HOLCF/Pcpo.thy	Tue Sep 08 17:07:39 1998 +0200
+++ b/src/HOLCF/Pcpo.thy	Wed Sep 09 16:13:35 1998 +0200
@@ -11,7 +11,7 @@
 (* ********************************************** *)
 axclass cpo < po
         (* class axiom: *)
-  cpo   "chain S ==> ? x. range(S) <<| (x::'a::po)" 
+  cpo   "chain S ==> ? x. range S <<| x" 
 
 (* The class pcpo of pointed cpos *)
 (* ****************************** *)