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. readFile :: MonadIO m => FilePath -> m Text

    with-utf8 Data.Text.IO.Utf8

    Like readFile, but assumes the file is encoded in UTF-8, regardless of the current locale.

  2. readFile :: MonadIO m => FilePath -> m Text

    with-utf8 Data.Text.Lazy.IO.Utf8

    Like readFile, but assumes the file is encoded in UTF-8, regardless of the current locale.

  3. readWord16Array# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Word# #)

    word-compat GHC.Prim.Compat

    No documentation available.

  4. readWord16OffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Word# #)

    word-compat GHC.Prim.Compat

    No documentation available.

  5. readWord32Array# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Word# #)

    word-compat GHC.Prim.Compat

    No documentation available.

  6. readWord32OffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Word# #)

    word-compat GHC.Prim.Compat

    No documentation available.

  7. readWord64Array# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Word# #)

    word-compat GHC.Prim.Compat

    No documentation available.

  8. readWord64OffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Word# #)

    word-compat GHC.Prim.Compat

    No documentation available.

  9. readWord8Array# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Word# #)

    word-compat GHC.Prim.Compat

    No documentation available.

  10. readWord8OffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Word# #)

    word-compat GHC.Prim.Compat

    No documentation available.

Page 288 of many | Previous | Next