Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

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

  5. readerC' :: forall (m :: Type -> Type) r a b . Monad m => Cell m (r, a) b -> Cell (ReaderT r m) a b

    essence-of-live-coding LiveCoding

    Inverse to runReaderC'

  6. readerC' :: forall (m :: Type -> Type) r a b . Monad m => Cell m (r, a) b -> Cell (ReaderT r m) a b

    essence-of-live-coding LiveCoding.Cell.Monad.Trans

    Inverse to runReaderC'

  7. readLink :: FindClause (Maybe FilePath)

    filemanip System.FilePath.Find

    If the current file is a symbolic link, return Just the target of the link, otherwise Nothing.

  8. readAll :: Streamable a => Handle -> IO a

    filemanip System.FilePath.Manip

    Read the entire contents of a Handle.

  9. readClassKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. readClassName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

Page 211 of many | Previous | Next