j
k
j a
j l
+1 On Monday, May 11, 2015, David Feuer wrote:
This looks like a no-brainer to me: forever :: Applicative f => f a -> f b forever a = let x = a *> x in x
This looks like a no-brainer to me:
forever :: Applicative f => f a -> f b forever a = let x = a *> x in x
-- -- Dan Burton
Attachments:
Back to the thread
Back to the list