Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readWord8OffAddrAsInt32# :: Addr# -> Int# -> State# d -> (# State# d, Int32# #)bytezap Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops Read a 32-bit signed integer; offset in bytes. Warning: this can fail with an unchecked exception.
readWord8OffAddrAsInt64# :: Addr# -> Int# -> State# d -> (# State# d, Int64# #)bytezap Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops Read a 64-bit signed integer; offset in bytes. Warning: this can fail with an unchecked exception.
readWord8OffAddrAsWord# :: Addr# -> Int# -> State# d -> (# State# d, Word# #)bytezap Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops Read a word-sized unsigned integer; offset in bytes. Warning: this can fail with an unchecked exception.
readWord8OffAddrAsWord16# :: Addr# -> Int# -> State# d -> (# State# d, Word16# #)bytezap Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops Read a 16-bit unsigned integer; offset in bytes. Warning: this can fail with an unchecked exception.
readWord8OffAddrAsWord32# :: Addr# -> Int# -> State# d -> (# State# d, Word32# #)bytezap Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops Read a 32-bit unsigned integer; offset in bytes. Warning: this can fail with an unchecked exception.
readWord8OffAddrAsWord64# :: Addr# -> Int# -> State# d -> (# State# d, Word64# #)bytezap Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops Read a 64-bit unsigned integer; offset in bytes. Warning: this can fail with an unchecked exception.
readChan :: MonadIO m => Chan a -> m aclassy-prelude-yesod ClassyPrelude.Yesod Lifted readChan.
readFile :: MonadIO m => FilePath -> m ByteStringclassy-prelude-yesod ClassyPrelude.Yesod Strictly read a file into a ByteString.
readFileUtf8 :: MonadIO m => FilePath -> m Textclassy-prelude-yesod ClassyPrelude.Yesod Strictly read a file into a Text using a UTF-8 character encoding. In the event of a character encoding error, a Unicode replacement character will be used (a.k.a., lenientDecode).
readIORef :: MonadIO m => IORef a -> m aclassy-prelude-yesod ClassyPrelude.Yesod Lifted readIORef.