Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. readVariations :: ByteString -> Variations

    simple-pango Data.Font.VariationAxis.Internal

    No documentation available.

  2. readStorableVector :: FormatPtr ReadMode -> Int -> IO (Vector Int32)

    soxlib Sound.SoxLib

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

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

  4. readerEncodingInfo :: ReaderInfo -> Maybe EncodingInfo

    soxlib Sound.SoxLib

    No documentation available.

  5. readerFileType :: ReaderInfo -> Maybe FileType

    soxlib Sound.SoxLib

    No documentation available.

  6. readerSignalInfo :: ReaderInfo -> Maybe SignalInfo

    soxlib Sound.SoxLib

    No documentation available.

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

    streamly-core Streamly.Console.Stdio

    Unfold standard input into a stream of Word8.

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

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

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

Page 281 of many | Previous | Next