@hackage rio-orphans0.1.0.0

Orphan instances for the RIO type in the rio package

rio-orphans

Provides orphan instances for the RIO data type. Currently supports:

  • MonadCatch and MonadMask from exceptions
  • MonadBase from transformers-base
  • MonadBaseControl from monad-control
  • MonadResource from resourcet