src/HOLCF/ex/Stream.thy
changeset 4122 f63c283cefaf
parent 2570 24d7e8fb8261
child 9169 85a47aa21f74
--- a/src/HOLCF/ex/Stream.thy	Tue Nov 04 14:37:51 1997 +0100
+++ b/src/HOLCF/ex/Stream.thy	Tue Nov 04 14:40:29 1997 +0100
@@ -8,7 +8,7 @@
 
 Stream = HOLCF + 
 
-domain 'a stream = "&&" (ft::'a) (lazy rt::'a stream) (cinfixr 65)
+domain 'a stream = "&&" (ft::'a) (lazy rt::'a stream) (infixr 65)
 
 end