hevm-0.49.0: Ethereum virtual machine evaluator
Safe HaskellNone
LanguageHaskell2010

EVM.Demand

Synopsis

Documentation

demand :: (MonadIO m, NFData a) => a -> m () Source #

This is an easy way to force full evaluation of a value inside of the IO monad, being essentially just the composition of evaluate and force.