Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
headerMap :: [(String, HeaderName)]HTTP Network.HTTP.Headers headerMap is a straight assoc list for translating between header names and values.
fmapE :: (a -> Result b) -> IO (Result a) -> IO (Result b)HTTP Network.Stream No documentation available.
-
errors Control.Error.Util Transform the left and right value
fmapR :: (a -> b) -> Either l a -> Either l berrors Control.Error.Util fmapRT :: forall (m :: Type -> Type) a b l . Monad m => (a -> b) -> ExceptT l m a -> ExceptT l m berrors Control.Error.Util fmap specialized to ExceptT, given a name symmetric to fmapLT
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.