LazyCons.st
changeset 2663 edea2eb2b6a3
parent 2658 4d904505ae26
child 3308 4b2ff80a638c
--- a/LazyCons.st	Tue Sep 27 11:42:46 2011 +0200
+++ b/LazyCons.st	Tue Sep 27 11:42:50 2011 +0200
@@ -16,10 +16,8 @@
     A pair with lazy evaluation of the tail.
     Useful to implement infinite lists as possible in lazy functional languages.
 
-    written June 2003.
-
     [author:]
-        Claus Gittinger
+        Claus Gittinger (Jun 2003)
 
     [see also:]
 "
@@ -91,9 +89,9 @@
 !LazyCons class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.4 2011-09-27 09:38:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.5 2011-09-27 09:42:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.4 2011-09-27 09:38:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.5 2011-09-27 09:42:50 cg Exp $'
 ! !