stepwise-1.0.2

Control.Monad.Stepwise.Unsafe

Synopsis

Documentation

inlinePerformIO :: IO a -> aSource

Runs the I/O computation when the value is needed. The effects may be duplicated when the value itself is duplicated

unsafeCoerce :: a -> b