hedgehog-extras-0.4.5.1: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.Monad

Synopsis

Documentation

forceM :: (Monad m, NFData a) => m a -> m a Source #

Force the evaluation of the return value in a monadic computation.