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.
readStorableVector :: FormatPtr ReadMode -> Int -> IO (Vector Int32)soxlib Sound.SoxLib Multi-channel data is interleaved. size must be divisible by the number of channels.
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.
readerEncodingInfo :: ReaderInfo -> Maybe EncodingInfosoxlib Sound.SoxLib No documentation available.
readerFileType :: ReaderInfo -> Maybe FileTypesoxlib Sound.SoxLib No documentation available.
readerSignalInfo :: ReaderInfo -> Maybe SignalInfosoxlib Sound.SoxLib No documentation available.
reader :: forall (m :: Type -> Type) . MonadIO m => Unfold m () Word8streamly-core Streamly.Console.Stdio Unfold standard input into a stream of Word8.
readRev :: forall (m :: Type -> Type) a . (Monad m, Unbox a) => Array a -> Stream m astreamly-core Streamly.Data.Array Convert an Array into a stream in reverse order. Pre-release
reader :: forall (m :: Type -> Type) a . (Monad m, Unbox a) => Unfold m (Array a) astreamly-core Streamly.Data.Array Unfold an array into a stream.
readerRev :: forall (m :: Type -> Type) a . (Monad m, Unbox a) => Unfold m (Array a) astreamly-core Streamly.Data.Array Unfold an array into a stream in reverse order.
readRev :: forall (m :: Type -> Type) a . Monad m => Array a -> Stream m astreamly-core Streamly.Data.Array.Generic No documentation available.