| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Test.Bdd.Internal
Documentation
data GivenStore m Source
Constructors
| forall a . GivenStore (m a, a -> m ()) |
type GivenWithTeardown m = Monad m => [GivenStore m] Source
class StorableAsGivenWithTeardown m g where Source
Methods
mkGiven :: g -> GivenWithTeardown m Source
Instances
| StorableAsGivenWithTeardown m (m a) | |
| StorableAsGivenWithTeardown m (m a, a -> m ()) |