Hoogle Search

Within LTS Haskell 24.26 (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.Class

    Map a QueryMorphism to a QueryResult

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

    reflex Reflex.Spider.Internal

    No documentation available.

  3. 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.

  4. 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.

  5. 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.

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

    sdl2 SDL.Raw.Video

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

  8. mapWithAlphabeticName :: (Name -> a -> b) -> [a] -> [b]

    th-lego THLego.Helpers

    Map every element of a list with a new name.

  9. mapperIsLabel :: TyLit -> Type -> Type -> Exp -> Dec

    th-lego THLego.Instances

    Template of IsLabel for instances mapping to mapper functions.

    instance (mapper ~ (Text -> Text)) => IsLabel "name" (mapper -> Person -> Person)
    

  10. mapSlim :: forall (procs :: [Type]) . AreProcs procs => HandlesOf procs -> [SlimHandle]

    tmp-proc System.TmpProc.Docker

    Obtain the SlimHandle of several Procs

Page 166 of many | Previous | Next