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. readi :: SampleFmt y => Handle Interleaved y -> Ptr y -> Size -> IO Size

    alsa-pcm Sound.ALSA.PCM.Node.ALSA

    No documentation available.

  2. readiRetry :: SampleFmt y => Handle Interleaved y -> Ptr y -> Size -> IO Size

    alsa-pcm Sound.ALSA.PCM.Node.ALSA

    retry on buffer over-run

  3. readn :: MonoSampleFmt y => Handle Noninterleaved y -> Ptr (Ptr y) -> Size -> IO Size

    alsa-pcm Sound.ALSA.PCM.Node.ALSA

    The Ptr (Ptr y) argument is actually a pointer to an array of pointers. The array must have the size of number of channels. In Noninterleaved mode you must set the number of channels manually using setChannels or its friends. It is an unchecked error if the number of channels set with setChannels does not match the array size in the readn call.

  4. readArray :: Ix i => IOBitArray i -> i -> IO Bool

    bitwise Data.Array.BitArray.IO

    Read from an array at an index.

  5. readArray :: Ix i => STBitArray s i -> i -> ST s Bool

    bitwise Data.Array.BitArray.ST

    Read from an array at an index.

  6. readFileImpl :: FileSystem (es :: Effects) -> forall (e :: Effects) . () => FilePath -> Eff (e :& es) String

    bluefin-internal Bluefin.Internal.Examples

    No documentation available.

  7. readForwardedFor :: ByteString -> Maybe ByteString

    bugsnag-wai Network.Bugsnag.Wai

    No documentation available.

  8. readFile :: FilePath -> IO String

    cabal-install-solver Distribution.Solver.Compat.Prelude

    The readFile function reads a file and returns the contents of the file as a string. The file is read lazily, on demand, as with getContents.

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

    cabal-install-solver Distribution.Solver.Compat.Prelude

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

  10. readList :: Read a => ReadS [a]

    cabal-install-solver Distribution.Solver.Compat.Prelude

    The method readList is provided to allow the programmer to give a specialised way of parsing lists of values. For example, this is used by the predefined Read instance of the Char type, where values of type String are expected to use double quotes, rather than square brackets.

Page 243 of many | Previous | Next