ribosome-test-0.4.0.0: test helpers for ribosome
Safe HaskellNone
LanguageHaskell2010

Ribosome.Test.Await

Documentation

await :: forall e a b m. MonadError e m => MonadIO m => MonadBaseControl IO m => (a -> TestT m b) -> m a -> TestT m b Source #