Author: wayland
Date: 2009-03-11 04:10:30 +0100 (Wed, 11 Mar 2009)
New Revision: 25797

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
Added a cross-reference to S07-iterators, as suggested by ruoso/skids on IRC.  


Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2009-03-10 18:55:34 UTC (rev 25796)
+++ docs/Perl6/Spec/S06-routines.pod    2009-03-11 03:10:30 UTC (rev 25797)
@@ -992,7 +992,8 @@
 in parallel with the code receiving the lists.  (Feeds, hyperops,
 and junctions all have this promise of parallelizability in common,
 but differ in interface.  Code which violates these promises is
-erroneous, and will produce undefined results when parallelized.)
+erroneous, and will produce undefined results when parallelized.
+But see also "Strict Laziness", as defined in L<S07-iterators>.)
 
 However, feeds go a bit further than ordinary lazy lists in enforcing
 the parallel discipline: they explicitly treat the blunt end as a

Reply via email to