Hacker News new | past | comments | ask | show | jobs | submit login

> Which ones? I think there's always some way to isolate, even if ugly.

Almost all of them? You need referential transparency (via laziness) too, otherwise your attempt at isolation will break at the first binding expression in a local scope for future processing elsewhere:

    ...
    let arg = processData <$> ioAction
    in ...


 Do you want to wrap-and-call-later all of these cases into lambdas by hand? :)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: