Haskell 1-liners are wild: bind over a right-fold w/ monadic function composition accumulator on a replicated list of monadic functions wtf!
-
-
-
Replying to @dibblego
@dibblego a few lines above here: http://learnyouahaskell.com/for-a-few-monads-more#making-monads … (inMany x start = return start >>= foldr (<=<) return (replicate x moveKnight)1 reply 0 retweets 0 likes
Replying to @aaronmblevin
@aaronmblevin `return start >>= f` is better written `f start`. This is the monad identity law.
11:48 PM - 6 Mar 2013
0 replies
0 retweets
0 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.