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. powerSmall :: Basis -> Rational -> T -> T

    numeric-prelude Number.Positional

    No documentation available.

  2. getAll :: All -> Bool

    numhask NumHask.Prelude

    No documentation available.

  3. getAll :: All (f :: k -> Type) -> forall (x :: k) . () => f x

    parameterized-utils Data.Parameterized.All

    No documentation available.

  4. drawAll :: forall (m :: Type -> Type) a . Monad m => Parser a m [a]

    pipes-parse Pipes.Parse

    Draw all elements from the underlying Producer Note that drawAll is not an idiomatic use of pipes-parse, but I provide it for simple testing purposes. Idiomatic pipes-parse style consumes the elements immediately as they are generated instead of loading all elements into memory. For example, you can use foldAll or foldAllM for this purpose.

  5. foldAll :: forall (m :: Type -> Type) x a b . Monad m => (x -> a -> x) -> x -> (x -> b) -> Parser a m b

    pipes-parse Pipes.Parse

    Fold all input values

    Control.Foldl.purely foldAll :: Monad m => Fold a b -> Parser a m b
    

  6. foldAllM :: Monad m => (x -> a -> m x) -> m x -> (x -> m b) -> Parser a m b

    pipes-parse Pipes.Parse

    Fold all input values monadically

    Control.Foldl.impurely foldAllM :: Monad m => FoldM a m b -> Parser a m b
    

  7. skipAll :: forall (m :: Type -> Type) a . Monad m => Parser a m ()

    pipes-parse Pipes.Parse

    Drain all elements from the underlying Producer

  8. audioSpecCallback :: AudioSpec -> AudioFormat sampleType -> IOVector sampleType -> IO ()

    sdl2 SDL.Audio

    The function to call when the audio device needs more data

  9. openDeviceCallback :: OpenDeviceSpec -> forall actualSampleType . () => AudioFormat actualSampleType -> IOVector actualSampleType -> IO ()

    sdl2 SDL.Audio

    A callback to invoke whenever new sample data is required. The callback will be passed a single MVector that must be filled with audio data.

  10. type EventWatchCallback = Event -> IO ()

    sdl2 SDL.Event

    An EventWatchCallback can process and respond to an event when it is added to the event queue.

Page 538 of many | Previous | Next