Since I forgot my problem for the conf, a problem of @dibblego's:
```
reverse' :: [a] -> [a]
reverse' = undefined
main = do
print $ reverse' $ [1..10]
print $ length . take 1 . reverse' . reverse' $ [1..]
print $ length . take 50000 . reverse' . reverse' $ [1..]
```
-
-
Figured, just surprised you were showing off Prelude in your tweet
-
I'll try harder next time, soz! I have to go flying now, cheerio.
End of conversation
New conversation -
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.