Curiously enough, here’s a thread involving the opposite choice - using IO a
directly:
Based on the OP’s comments therein, the major (theoretical) concern with switching System.IO
or base
to the MonadIO
class would be a drop in performance.
Curiously enough, here’s a thread involving the opposite choice - using IO a
directly:
Based on the OP’s comments therein, the major (theoretical) concern with switching System.IO
or base
to the MonadIO
class would be a drop in performance.