aboutsummaryrefslogtreecommitdiff
path: root/src/ContDo.hs
Commit message (Collapse)AuthorAge
* Rewrite CPSy code as do-code using QualifiedDoqualified-contdoTom Smeding14 hours
Credits for this trick go to Leary on IRC: https://ircbrowse.tomsmeding.com/browse/lchaskell?id=1691743#trid1691743 Advantage: all the binders are on the left-hand side. Disadvantages: - all continuations need to pass exactly one value, i.e. tuples are required - wacky shit