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. readStorableVector :: FormatPtr ReadMode -> Int -> IO (Vector Int32)

    soxlib Sound.SoxLib

    Multi-channel data is interleaved. size must be divisible by the number of channels.

  2. readStorableVectorLazy :: FormatPtr ReadMode -> ChunkSize -> IO (Vector Int32)

    soxlib Sound.SoxLib

    Read complete file lazily into chunky storable vector. The chunkSize must be divisible by the number of channels.

  3. readerEncodingInfo :: ReaderInfo -> Maybe EncodingInfo

    soxlib Sound.SoxLib

    No documentation available.

  4. readerFileType :: ReaderInfo -> Maybe FileType

    soxlib Sound.SoxLib

    No documentation available.

  5. readerSignalInfo :: ReaderInfo -> Maybe SignalInfo

    soxlib Sound.SoxLib

    No documentation available.

  6. reader :: forall (m :: Type -> Type) . MonadIO m => Unfold m () Word8

    streamly-core Streamly.Console.Stdio

    Unfold standard input into a stream of Word8.

  7. readRev :: forall (m :: Type -> Type) a . (Monad m, Unbox a) => Array a -> Stream m a

    streamly-core Streamly.Data.Array

    Convert an Array into a stream in reverse order. Pre-release

  8. reader :: forall (m :: Type -> Type) a . (Monad m, Unbox a) => Unfold m (Array a) a

    streamly-core Streamly.Data.Array

    Unfold an array into a stream.

  9. readerRev :: forall (m :: Type -> Type) a . (Monad m, Unbox a) => Unfold m (Array a) a

    streamly-core Streamly.Data.Array

    Unfold an array into a stream in reverse order.

  10. readRev :: forall (m :: Type -> Type) a . Monad m => Array a -> Stream m a

    streamly-core Streamly.Data.Array.Generic

    No documentation available.

Page 278 of many | Previous | Next