Hyperlinks each proc and explains it is like map.

This commit is contained in:
Grzegorz Adam Hankiewicz
2013-01-06 13:31:19 +01:00
parent 3b52a0a9f5
commit 6e65f5b49e

View File

@@ -9,8 +9,11 @@
## :Author: Alex Mitchell
##
## This module implements operations for the built-in `seq`:idx: type
## which were inspired by functional programming languages.
## This module implements operations for the built-in `seq`:idx: type which
## were inspired by functional programming languages. If you are looking for
## the typical `map` function which applies a function to every element in a
## sequence, it already exists as the `each` proc in the `system
## <system.html>`_ module in both mutable and immutable styles.
##
## **Note**: This interface will change as soon as the compiler supports
## closures and proper coroutines.