Hoogle Search

Within LTS Haskell 24.32 (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 ByteString

    classy-prelude ClassyPrelude

    Strictly read a file into a ByteString.

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

    classy-prelude ClassyPrelude

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

  3. readMay :: (Element c ~ Char, MonoFoldable c, Read a) => c -> Maybe a

    classy-prelude ClassyPrelude

    No documentation available.

  4. readGZFile :: FilePath -> IO ByteString

    elynx-tools ELynx.Tools.InputOutput

    Read file. If file path ends with ".gz", assume gzipped file and decompress before read.

  5. readToUnknown :: forall (m :: Type -> Type) a . Monad m => ReaderT SqlReadBackend m a -> ReaderT SqlBackend m a

    esqueleto Database.Esqueleto

    Useful for running a read query against a backend with unknown capabilities.

  6. readToWrite :: forall (m :: Type -> Type) a . Monad m => ReaderT SqlReadBackend m a -> ReaderT SqlWriteBackend m a

    esqueleto Database.Esqueleto

    Useful for running a read query against a backend with read and write capabilities.

  7. readToUnknown :: forall (m :: Type -> Type) a . Monad m => ReaderT SqlReadBackend m a -> ReaderT SqlBackend m a

    esqueleto Database.Esqueleto.Experimental

    Useful for running a read query against a backend with unknown capabilities.

  8. readToWrite :: forall (m :: Type -> Type) a . Monad m => ReaderT SqlReadBackend m a -> ReaderT SqlWriteBackend m a

    esqueleto Database.Esqueleto.Experimental

    Useful for running a read query against a backend with read and write capabilities.

  9. readToUnknown :: forall (m :: Type -> Type) a . Monad m => ReaderT SqlReadBackend m a -> ReaderT SqlBackend m a

    esqueleto Database.Esqueleto.Legacy

    Useful for running a read query against a backend with unknown capabilities.

  10. readToWrite :: forall (m :: Type -> Type) a . Monad m => ReaderT SqlReadBackend m a -> ReaderT SqlWriteBackend m a

    esqueleto Database.Esqueleto.Legacy

    Useful for running a read query against a backend with read and write capabilities.

Page 209 of many | Previous | Next