Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fmapL :: (a -> b) -> Either a r -> Either b rerrors Data.EitherR fmapLT :: forall (m :: Type -> Type) a b r . Functor m => (a -> b) -> ExceptT a m r -> ExceptT b m rerrors Data.EitherR 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.
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.
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.
-
lucid Lucid.Html5 The ismap attribute.
-
lucid Lucid.Html5 The usemap attribute.
concatMap :: (Storable a, Storable b) => (a -> Vector b) -> Vector a -> Vector bstorablevector Data.StorableVector Map a function over a Vector and concatenate the results
foldMap :: (Storable a, Monoid m) => (a -> m) -> Vector a -> mstorablevector Data.StorableVector This is like mconcat . map f, but in many cases the result of f will not be storable.
monoidConcatMap :: (Storable a, Monoid m) => (a -> m) -> Vector a -> mstorablevector Data.StorableVector Deprecated: Use foldMap instead.