1module Foundation.Monad.MonadIO
2    ( MonadIO(..)
3    ) where
4
5import Control.Monad.IO.Class
6