Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. bimapExceptT :: forall (m :: Type -> Type) e f a b . Functor m => (e -> f) -> (a -> b) -> ExceptT e m a -> ExceptT f m b

    errors Control.Error.Util

    Transform the left and right value

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

    errors Control.Error.Util

    fmap specialized to Either, given a name symmetric to fmapL

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

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

    errors Data.EitherR

    Map a function over the Left value of an Either

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

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

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

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

  9. ismap_ :: Text -> Attribute

    lucid Lucid.Html5

    The ismap attribute.

  10. usemap_ :: Text -> Attribute

    lucid Lucid.Html5

    The usemap attribute.

Page 496 of many | Previous | Next