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.
imap :: (Unbox a, Unbox b) => (Int -> a -> b) -> Vector a -> Vector brio RIO.Vector.Unboxed No documentation available.
imapM :: (Monad m, Unbox a, Unbox b) => (Int -> a -> m b) -> Vector a -> m (Vector b)rio RIO.Vector.Unboxed No documentation available.
imapM_ :: (Monad m, Unbox a) => (Int -> a -> m b) -> Vector a -> m ()rio RIO.Vector.Unboxed No documentation available.
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