[erlang-questions] increment in map

Michael Turner michael.eugene.turner@REDACTED
Wed Jul 28 16:46:57 CEST 2010


On Tue, Jul 27, 2010 at 4:51 AM, Gleb Peregud <gleber.p@REDACTED> wrote:

> [{td, [],[W,X]} || {W, X} <- lists:zip([1,2,3], [1,2,3])]



[{td,[],[X,X]} || X <- lists:seq(1,3)].

-michael ("terser than thou") turner


More information about the erlang-questions mailing list