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.
powerSmall :: Basis -> Rational -> T -> Tnumeric-prelude Number.Positional No documentation available.
-
numhask NumHask.Prelude No documentation available.
getAll :: All (f :: k -> Type) -> forall (x :: k) . () => f xparameterized-utils Data.Parameterized.All No documentation available.
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.
-
pipes-parse Pipes.Parse Fold all input values
Control.Foldl.purely foldAll :: Monad m => Fold a b -> Parser a m b
foldAllM :: Monad m => (x -> a -> m x) -> m x -> (x -> m b) -> Parser a m bpipes-parse Pipes.Parse Fold all input values monadically
Control.Foldl.impurely foldAllM :: Monad m => FoldM a m b -> Parser a m b
skipAll :: forall (m :: Type -> Type) a . Monad m => Parser a m ()pipes-parse Pipes.Parse Drain all elements from the underlying Producer
audioSpecCallback :: AudioSpec -> AudioFormat sampleType -> IOVector sampleType -> IO ()sdl2 SDL.Audio The function to call when the audio device needs more data
-
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.
type
EventWatchCallback = Event -> IO ()sdl2 SDL.Event An EventWatchCallback can process and respond to an event when it is added to the event queue.