Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. toGetContents :: TimeoutIO -> IO ByteString

    happstack-server Happstack.Server.Internal.TimeoutIO

    No documentation available.

  2. sGetContents :: Handle -> Socket -> IO ByteString

    happstack-server Happstack.Server.Internal.TimeoutSocket

    No documentation available.

  3. forgetContents :: forall f (c :: Type -> Constraint) . Functor f => SomeDictOf f c -> f (SomeDictOf (Proxy :: Type -> Type) c)

    some-dict-of SomeDictOf

    Not really sure what this might be useful for. Examples:

    shows :: SomeDictOf [] Show
    shows = SomeDictOf [True, False, True]
    
    forgotten :: [SomeDictOf Proxy Show]
    forgotten = forgetContents show
    
    main = do
    forM forgotten $ \(SomeDictOf Proxy) -> do
    print 10
    
    The above program should output 10 three times.

  4. hGetContents :: (Encoding e, ?enc :: e) => Handle -> IO String

    encoding System.IO.Encoding

    Like the normal hGetContents, but decodes the input using an encoding.

  5. hGetContents :: Handle -> IO String

    ihaskell IHaskellPrelude

    Computation hGetContents hdl returns the list of characters corresponding to the unread portion of the channel or file managed by hdl, which is immediate closed. Items are read strictly from the input Handle. This operation may fail with:

    • isEOFError if the end of file has been reached.

  6. hGetContents :: (IOData a, MonadIO m) => Handle -> m a

    chunked-data Data.IOData

    No documentation available.

  7. hGetContents :: (Sample e, Buffer a e) => Handle -> IO (Info, Maybe (a e))

    hsndfile Sound.File.Sndfile

    Return the contents of a handle open for reading in a single buffer.

  8. hGetContents :: (Sample e, Buffer a e) => Handle -> IO (Info, Maybe (a e))

    hsndfile Sound.File.Sndfile.Buffer

    Return the contents of a handle open for reading in a single buffer.

  9. hGetContentsChunkedBy :: Int -> Handle -> IO [ByteString]

    hw-prim HaskellWorks.Data.ByteString

    No documentation available.

  10. hGetContentsChunkedBy :: Int -> Handle -> IO ByteString

    hw-prim HaskellWorks.Data.ByteString.Lazy

    No documentation available.

Page 11 of many | Previous | Next