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 :: AbsRel ar => FilePath ar -> IO String

    pathtype System.Path.IO

    No documentation available.

  2. readIO :: Read a => String -> IO a

    pathtype System.Path.IO

    The readIO function is similar to read except that it signals parse failure to the IO monad instead of terminating the program.

  3. readLn :: Read a => IO a

    pathtype System.Path.IO

    The readLn function combines getLine and readIO.

  4. readQ :: String -> Quotient

    percent-format Text.PercentFormat.Quotient

    No documentation available.

  5. readResult :: FilePath -> IO (Either String (Map [Text] Double))

    perf Perf.Report

    Read results from a file.

  6. readMayMongoKey :: Text -> Maybe (BackendKey MongoContext)

    persistent-mongoDB Database.Persist.MongoDB

    Convert a Text to a Key

  7. readMayObjectId :: Text -> Maybe ObjectId

    persistent-mongoDB Database.Persist.MongoDB

    No documentation available.

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

    persistent-mtl Database.Persist.Sql.Shim

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

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

    persistent-mtl Database.Persist.Sql.Shim

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

  10. readMessage :: Channel -> IO (ReadResult Message)

    pinch Pinch.Internal.RPC

    No documentation available.

Page 322 of many | Previous | Next