Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
imapMaybe :: (Unbox a, Unbox b) => (Int -> a -> Maybe b) -> Vector a -> Vector brio RIO.Vector.Unboxed No documentation available.
type
HamletMap url = [([String], HamletData url)]shakespeare Text.Hamlet.RT No documentation available.
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.