ghc-7.8.4: The GHC API
FastFunctions
unsafeChr :: Int -> Char Source
inlinePerformIO :: IO a -> a Source
unsafeDupableInterleaveIO :: IO a -> IO a Source
indexWord8OffFastPtr :: FastPtr Word8 -> FastInt -> Word8 Source
indexWord8OffFastPtrAsFastChar :: FastPtr Word8 -> FastInt -> FastChar Source
indexWord8OffFastPtrAsFastInt :: FastPtr Word8 -> FastInt -> FastInt Source
global :: a -> Global a Source
type Global a = IORef a Source