[Haskell-cafe] Random question
Henning Thielemann
lemming at henning-thielemann.de
Wed Sep 24 17:52:32 EDT 2008
On Wed, 24 Sep 2008, Iain Barnett wrote:
> On 24 Sep 2008, at 10:13 pm, Evan Laforge wrote:
>> For one approach, check
>> out 'replicate' to make copies of something, and then 'sequence' to
>> run them and return a list.
>>
>
> Thanks, I haven't found anything that explains 'sequence' well yet, but I'll
> keep looking.
... and then replicateM
More information about the Haskell-Cafe
mailing list