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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. readChan :: MonadIO m => Chan a -> m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted readChan.

  8. readFile :: MonadIO m => FilePath -> m ByteString

    classy-prelude-yesod ClassyPrelude.Yesod

    Strictly read a file into a ByteString.

  9. readFileUtf8 :: MonadIO m => FilePath -> m Text

    classy-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).

  10. readIORef :: MonadIO m => IORef a -> m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted readIORef.

Page 337 of many | Previous | Next