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.

  1. fmapR :: (a -> b) -> Either l a -> Either l b

    errors Control.Error.Util

    fmap specialized to Either, given a name symmetric to fmapL

  2. fmapRT :: forall (m :: Type -> Type) a b l . Monad m => (a -> b) -> ExceptT l m a -> ExceptT l m b

    errors Control.Error.Util

    fmap specialized to ExceptT, given a name symmetric to fmapLT

  3. fmapL :: (a -> b) -> Either a r -> Either b r

    errors Data.EitherR

    Map a function over the Left value of an Either

  4. fmapLT :: forall (m :: Type -> Type) a b r . Functor m => (a -> b) -> ExceptT a m r -> ExceptT b m r

    errors Data.EitherR

    Map a function over the Left value of an ExceptT

  5. peekMap :: (LuaError e, Ord a) => Peeker e a -> Peeker e b -> Peeker e (Map a b)

    hslua-marshalling HsLua.Marshalling

    Retrieves a key-value Lua table as Map.

  6. peekMap :: (LuaError e, Ord a) => Peeker e a -> Peeker e b -> Peeker e (Map a b)

    hslua-marshalling HsLua.Marshalling.Peekers

    Retrieves a key-value Lua table as Map.

  7. pushMap :: LuaError e => Pusher e a -> Pusher e b -> Pusher e (Map a b)

    hslua-marshalling HsLua.Marshalling.Push

    Push Map as default key-value Lua table.

  8. ismap_ :: Text -> Attribute

    lucid Lucid.Html5

    The ismap attribute.

  9. usemap_ :: Text -> Attribute

    lucid Lucid.Html5

    The usemap attribute.

  10. concatMap :: (Storable a, Storable b) => (a -> Vector b) -> Vector a -> Vector b

    storablevector Data.StorableVector

    Map a function over a Vector and concatenate the results

Page 496 of many | Previous | Next