Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. readQueueAI :: MonadServerComm m => CliSerQueue RequestAI -> m RequestAI

    LambdaHack Game.LambdaHack.Server.ProtocolM

    No documentation available.

  2. readQueueUI :: MonadServerComm m => CliSerQueue RequestUI -> m RequestUI

    LambdaHack Game.LambdaHack.Server.ProtocolM

    No documentation available.

  3. readEntries :: ByteString -> Entries

    acid-state Data.Acid.Archive

    No documentation available.

  4. readEntriesFrom :: FileLog object -> EntryId -> IO [object]

    acid-state Data.Acid.Log

    Read all durable entries younger than the given EntryId. Note that entries written during or after this call won't be included in the returned list.

  5. readi :: SampleFmt y => Handle Interleaved y -> Ptr y -> Size -> IO Size

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

    No documentation available.

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

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

    retry on buffer over-run

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

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

    bitwise Data.Array.BitArray.IO

    Read from an array at an index.

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

    bitwise Data.Array.BitArray.ST

    Read from an array at an index.

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

    bluefin-internal Bluefin.Internal.Examples

    No documentation available.

Page 244 of many | Previous | Next