Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Effectful.Zoo.Hedgehog.MonadTestProxy
Documentation
class Monad m => MonadTestProxy m where Source #
Methods
liftTestProxy :: Test a -> m a Source #
Instances
(r <: Error Failure, r <: Writer Journal) => MonadTestProxy (Eff r) Source # | |
Defined in Effectful.Zoo.Hedgehog.MonadTestProxy Methods liftTestProxy :: Test a -> Eff r a Source # | |
MonadTestProxy (TestT IO) Source # | |
Defined in Effectful.Zoo.Hedgehog.MonadTestProxy |