Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. module Data.Parameterized.Nonce.Transformers

    This module provides a typeclass and monad transformers for generating nonces.

  2. parseForever :: forall (m :: Type -> Type) a r b . Monad m => (forall (n :: Type -> Type) . Monad n => Parser a n (Either r b)) -> Pipe a b m r

    pipes-parse Pipes.Parse

    Deprecated: Use parsed instead

  3. parseForever_ :: forall (m :: Type -> Type) a b . Monad m => (forall (n :: Type -> Type) . Monad n => Parser a n (Maybe b)) -> Pipe a b m ()

    pipes-parse Pipes.Parse

    Deprecated: Use parsed_ instead

  4. data AudioFormat sampleType

    sdl2 SDL.Audio

    Information about what format an audio bytestream is. The type variable t indicates the type used for audio buffer samples. It is determined by the choice of the provided SampleBitSize. For example:

    AudioFormat UnsignedInteger Sample8Bit Native :: AudioFormat Word8
    
    Indicating that an 8-bit audio format in the platforms native endianness uses a buffer of Word8 values.

  5. audioSpecFormat :: AudioSpec -> !AudioFormat sampleType

    sdl2 SDL.Audio

    Audio data format

  6. openDeviceFormat :: OpenDeviceSpec -> !Changeable (AudioFormat sampleType)

    sdl2 SDL.Audio

    The format of audio that will be sampled from the output buffer.

  7. pattern KeycodeACForward :: Keycode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  8. pattern ScancodeACForward :: Scancode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  9. mixAudioFormat :: MonadIO m => Ptr Word8 -> Ptr Word8 -> AudioFormat -> Word32 -> CInt -> m ()

    sdl2 SDL.Raw.Audio

    No documentation available.

  10. type AudioFormat = Word16

    sdl2 SDL.Raw.Enum

    No documentation available.

Page 653 of many | Previous | Next