Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapQueryResult :: QueryMorphism q q' -> QueryResult q' -> QueryResult q

    reflex Reflex.Query.Base

    Map a QueryMorphism to a QueryResult

  2. mapQueryT :: (forall b . () => m b -> n b) -> QueryT t q m a -> QueryT t q n a

    reflex Reflex.Query.Base

    Maps a function over a QueryT that can change the underlying monad

  3. mapQuery :: QueryMorphism q q' -> q -> q'

    reflex Reflex.Query.Class

    Apply a QueryMorphism to a Query

  4. mapQueryResult :: QueryMorphism q q' -> QueryResult q' -> QueryResult q

    reflex Reflex.Query.Class

    Map a QueryMorphism to a QueryResult

  5. mapDynamicSpider :: HasSpiderTimeline x => (a -> b) -> Dynamic (SpiderTimeline x) a -> Dynamic (SpiderTimeline x) b

    reflex Reflex.Spider.Internal

    No documentation available.

  6. mapWorkflow :: forall t (m :: Type -> Type) a b . (Reflex t, Functor m) => (a -> b) -> Workflow t m a -> Workflow t m b

    reflex Reflex.Workflow

    Map a function over a Workflow, possibly changing the return type.

  7. mapWorkflowCheap :: forall t (m :: Type -> Type) a b . (Reflex t, Functor m) => (a -> b) -> Workflow t m a -> Workflow t m b

    reflex Reflex.Workflow

    Map a "cheap" function over a Workflow. Refer to the documentation for pushCheap for more information and performance considerations.

  8. mapEvents :: MonadIO m => (Event -> m ()) -> m ()

    sdl2 SDL.Event

    Run a monadic computation, accumulating over all known Events. This can be useful when used with a state monad, allowing you to fold all events together.

  9. mapRGB :: MonadIO m => Ptr PixelFormat -> Word8 -> Word8 -> Word8 -> m Word32

    sdl2 SDL.Raw.Video

    No documentation available.

  10. mapRGBA :: MonadIO m => Ptr PixelFormat -> Word8 -> Word8 -> Word8 -> Word8 -> m Word32

    sdl2 SDL.Raw.Video

    No documentation available.

Page 206 of many | Previous | Next