Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hedgehog.Extras.Test.Unit
Documentation
Instances
MonadFail UnitIO Source # | |
Defined in Hedgehog.Extras.Test.Unit | |
MonadIO UnitIO Source # | |
Defined in Hedgehog.Extras.Test.Unit | |
Applicative UnitIO Source # | |
Functor UnitIO Source # | |
Monad UnitIO Source # | |
MonadCatch UnitIO Source # | |
Defined in Hedgehog.Extras.Test.Unit | |
MonadThrow UnitIO Source # | |
Defined in Hedgehog.Extras.Test.Unit Methods throwM :: (HasCallStack, Exception e) => e -> UnitIO a # | |
MonadTest UnitIO Source # | |
Defined in Hedgehog.Extras.Test.Unit | |
MonadAssertion UnitIO Source # | |
Defined in Hedgehog.Extras.Test.Unit | |
MonadResource UnitIO Source # | |
Defined in Hedgehog.Extras.Test.Unit Methods liftResourceT :: ResourceT IO a -> UnitIO a # | |
MonadBaseControl IO UnitIO Source # | |
MonadBase IO UnitIO Source # | |
Defined in Hedgehog.Extras.Test.Unit | |
Tasty (UnitIO ()) Source # | |
type StM UnitIO a Source # | |