unsafe-0.0: Unified interface to unsafe functions

Safe HaskellNone

System.Unsafe

Documentation

interleaveST :: ST s a -> ST s aSource

ioToST :: IO a -> ST s aSource

stToIO :: ST s a -> IO aSource

coerce :: a -> bSource