Login
From:
Stack Overflow
(Uncensored)
subscribe
haskell - How can two continuations cancel each other out? - Stack Overflow
https://stackoverflow.com/questions/56122022/how-can-two-continuations-cancel-each-other-out
links
backlinks
I'm reading through Some Tricks for List Manipulation, and it contains the following: zipRev xs ys = foldr f id xs snd (ys,[]) where f x k c = k (\((y:ys),r) -> c (ys,(x,y):r)) What...
Roast topics
Find topics
Find it!