Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hedgehog.Internal.Distributive
Documentation
class MonadTransDistributive g where Source #
Associated Types
type Transformer (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) (m :: * -> *) :: Constraint Source #
Methods
distributeT :: Transformer f g m => g (f m) a -> f (g m) a Source #
Distribute one monad transformer over another.