Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

    sdl2 SDL.Raw.Video

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

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

    th-lego THLego.Helpers

    Map every element of a list with a new name.

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

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

    tmp-proc System.TmpProc.Docker

    Obtain the SlimHandle of several Procs

  6. mapping :: [Pair] -> Node ()

    HsYAML Data.YAML

    No documentation available.

  7. mapM :: (ListLike full item, Applicative m, ListLike full' item') => (item -> m item') -> full -> m full'

    ListLike Data.ListLike

    A map in monad space. Same as sequence . map See also rigidMapM

  8. mapM_ :: (Monad m, FoldableLL full item) => (item -> m b) -> full -> m ()

    ListLike Data.ListLike

    A map in monad space, discarding results.

  9. mapM :: (ListLike full item, Applicative m, ListLike full' item') => (item -> m item') -> full -> m full'

    ListLike Data.ListLike.Base

    A map in monad space. Same as sequence . map See also rigidMapM

  10. mapM_ :: (Monad m, FoldableLL full item) => (item -> m b) -> full -> m ()

    ListLike Data.ListLike.FoldableLL

    A map in monad space, discarding results.

Page 167 of many | Previous | Next