
14 Sep
2012
14 Sep
'12
2:04 a.m.
On Thu, Sep 13, 2012 at 10:29 PM, Magicloud Magiclouds < magicloud.magiclouds@gmail.com> wrote:
Hi, Simple usage, I could make an instance of Enum to UTCTime, so [utcTime..] could work. But that is so stiff. How if sometimes I want to step by 1 min, sometimes I want to step by 1 sec? So I think some way like [ t | addUTCTime last 60 ] could be nice. But I cannot figure it out.... Any idea?
Try using Prelude.iterate. -Karl