← Back to context Comment by blatantly 2 days ago What about libraries though? They might force you to use certain monads rather than IO? 1 comment blatantly Reply kqr 2 days ago The libraries I use either have, or at least allow, IO at the base of their transformer stacks, so any IO action is a liftIO away.
kqr 2 days ago The libraries I use either have, or at least allow, IO at the base of their transformer stacks, so any IO action is a liftIO away.
The libraries I use either have, or at least allow, IO at the base of their transformer stacks, so any IO action is a liftIO away.