Hoogle Search

Within LTS Haskell 24.32 (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. storableVectorLazyFromByteString :: ReaderInfo -> ByteString -> ChunkSize -> Maybe (Vector Int32)

    soxlib Sound.SoxLib

    It reads lazily to lazy storable vector. That is, the whole ByteString is kept as long as we process the lazy storable vector.

  4. writeStorableVector :: FormatPtr WriteMode -> Vector Int32 -> IO ()

    soxlib Sound.SoxLib

    Multi-channel data is interleaved. size must be divisible by the number of channels. Caution: Writing large chunks (e.g. more than 8192 samples) may crash the FLAC backend.

  5. writeStorableVectorLazy :: FormatPtr WriteMode -> Vector Int32 -> IO ()

    soxlib Sound.SoxLib

    The chunkSize must be divisible by the number of channels.

  6. evaluateVectorHead :: NormalForm signal => signal -> t -> t

    synthesizer-midi Synthesizer.MIDI.Generic

    We have to evaluate the head value at each drop in order to avoid growing thunks that lead to a space leak.

  7. evaluateVectorHead :: NormalForm signal => signal -> t -> t

    synthesizer-midi Synthesizer.MIDI.Storable

    We have to evaluate the head value at each drop in order to avoid growing thunks that lead to a space leak.

  8. package uniqueness-periods-vector-stats

    A very basic descriptive statistics. A very basic descriptive statistics. Functions use a tail recursion approach to compute the values and are strict by an accumulator.

  9. package validity-vector

    Validity instances for vector Validity instances for vector

  10. BitvectorTheory :: AppTheory

    what4 What4.Expr

    No documentation available.

Page 96 of many | Previous | Next