Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. ErrorReadOnlyDirectory :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  2. ErrorReadOnlyRecovery :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  3. ErrorReadOnlyRollback :: Error

    sqlite-simple Database.SQLite.Simple

    No documentation available.

  4. reread :: Monad m => (s -> m (Maybe ByteString)) -> s -> ByteStream m ()

    streaming-bytestring Streaming.ByteString

    Stream chunks from something that contains m (Maybe ByteString) until it returns Nothing. reread is of particular use rendering io-streams input streams as byte streams in the present sense.

    import qualified Data.ByteString as B
    import qualified System.IO.Streams as S
    Q.reread S.read            :: S.InputStream B.ByteString -> Q.ByteStream IO ()
    Q.reread (liftIO . S.read) :: MonadIO m => S.InputStream B.ByteString -> Q.ByteStream m ()
    
    The other direction here is
    S.unfoldM Q.unconsChunk    :: Q.ByteString IO r -> IO (S.InputStream B.ByteString)
    

  5. reread :: Monad m => (s -> m (Maybe ByteString)) -> s -> ByteStream m ()

    streaming-bytestring Streaming.ByteString.Char8

    Stream chunks from something that contains m (Maybe ByteString) until it returns Nothing. reread is of particular use rendering io-streams input streams as byte streams in the present sense.

    import qualified Data.ByteString as B
    import qualified System.IO.Streams as S
    Q.reread S.read            :: S.InputStream B.ByteString -> Q.ByteStream IO ()
    Q.reread (liftIO . S.read) :: MonadIO m => S.InputStream B.ByteString -> Q.ByteStream m ()
    
    The other direction here is
    S.unfoldM Q.unconsChunk    :: Q.ByteString IO r -> IO (S.InputStream B.ByteString)
    

  6. reread :: Monad m => (s -> m (Maybe ByteString)) -> s -> ByteStream m ()

    streaming-bytestring Streaming.ByteString.Internal

    Stream chunks from something that contains m (Maybe ByteString) until it returns Nothing. reread is of particular use rendering io-streams input streams as byte streams in the present sense.

    import qualified Data.ByteString as B
    import qualified System.IO.Streams as S
    Q.reread S.read            :: S.InputStream B.ByteString -> Q.ByteStream IO ()
    Q.reread (liftIO . S.read) :: MonadIO m => S.InputStream B.ByteString -> Q.ByteStream m ()
    
    The other direction here is
    S.unfoldM Q.unconsChunk    :: Q.ByteString IO r -> IO (S.InputStream B.ByteString)
    

  7. SpreadMethod_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  8. data PrefixReader y a

    synthesizer-core Synthesizer.Interpolation

    No documentation available.

  9. fromPrefixReader :: String -> Int -> PrefixReader y (t -> y) -> T t y

    synthesizer-core Synthesizer.Interpolation

    No documentation available.

  10. spread :: C y => (y, y) -> [(Int, y)]

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

Page 647 of many | Previous | Next