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..]
```
-
-
You'd have to use non-strict evaluation, obviously, I'm just trying to find how to express it...
1 reply 0 retweets 1 like -
-
-
-
-
-
Replying to @dibblego @TheWizardTower
Figured, just surprised you were showing off Prelude in your tweet
1 reply 0 retweets 1 like
Replying to @blast_hardchese @TheWizardTower
I'll try harder next time, soz! I have to go flying now, cheerio.
11:24 PM - 3 Aug 2020
0 replies
0 retweets
3 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.