Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
reflex Reflex.Workflow Map a "cheap" function over a Workflow. Refer to the documentation for pushCheap for more information and performance considerations.
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.
mapRGB :: MonadIO m => Ptr PixelFormat -> Word8 -> Word8 -> Word8 -> m Word32sdl2 SDL.Raw.Video No documentation available.
mapRGBA :: MonadIO m => Ptr PixelFormat -> Word8 -> Word8 -> Word8 -> Word8 -> m Word32sdl2 SDL.Raw.Video No documentation available.
mapWithAlphabeticName :: (Name -> a -> b) -> [a] -> [b]th-lego THLego.Helpers Map every element of a list with a new name.
mapperIsLabel :: TyLit -> Type -> Type -> Exp -> Decth-lego THLego.Instances Template of IsLabel for instances mapping to mapper functions.
instance (mapper ~ (Text -> Text)) => IsLabel "name" (mapper -> Person -> Person)
mapSlim :: forall (procs :: [Type]) . AreProcs procs => HandlesOf procs -> [SlimHandle]tmp-proc System.TmpProc.Docker Obtain the SlimHandle of several Procs
-
HsYAML Data.YAML No documentation available.
-
ListLike Data.ListLike A map in monad space. Same as sequence . map See also rigidMapM
mapM_ :: (Monad m, FoldableLL full item) => (item -> m b) -> full -> m ()ListLike Data.ListLike A map in monad space, discarding results.