Drawbacks of System.IO being bound to MonadIO instead of IO?

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.

1 Like