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.
mapAndUnzip3M :: Monad m => (a -> m (b, c, d)) -> [a] -> m ([b], [c], [d])breakpoint Debug.Breakpoint.GhcFacade mapAndUnzipM for triples
mapAndUnzip4M :: Monad m => (a -> m (b, c, d, e)) -> [a] -> m ([b], [c], [d], [e])breakpoint Debug.Breakpoint.GhcFacade No documentation available.
mapAndUnzip5M :: Monad m => (a -> m (b, c, d, e, f)) -> [a] -> m ([b], [c], [d], [e], [f])breakpoint Debug.Breakpoint.GhcFacade No documentation available.
mapAndUnzipM :: Applicative m => (a -> m (b, c)) -> [a] -> m ([b], [c])breakpoint Debug.Breakpoint.GhcFacade The mapAndUnzipM function maps its first argument over a list, returning the result as a pair of lists. This function is mainly used with complicated data structures or a state monad.
mapMaybeM :: Applicative m => (a -> m (Maybe b)) -> [a] -> m [b]breakpoint Debug.Breakpoint.GhcFacade Applicative version of mapMaybe
mapPlugins :: Plugins -> (Plugin -> [CommandLineOption] -> a) -> [a]breakpoint Debug.Breakpoint.GhcFacade No documentation available.
mapSndM :: (Applicative m, Traversable f) => (b -> m c) -> f (a, b) -> m (f (a, c))breakpoint Debug.Breakpoint.GhcFacade Monadic version of mapSnd
mapBy :: (ByteString -> a -> Maybe b) -> Trie a -> Trie bbytestring-trie Data.Trie Keyed version of filterMap. Warning: This function suffers Bug #25.
mapBy :: (ByteString -> a -> Maybe b) -> Trie a -> Trie bbytestring-trie Data.Trie.Internal Keyed version of filterMap. Warning: This function suffers Bug #25.
mapCabal :: forall (m :: Type -> Type) . Monad m => PackageName -> DebBase -> CabalT m ()cabal-debian Debian.Debianize Map all versions of Cabal package pname to Debian package dname. Not really a debian package name, but the name of a cabal package that maps to the debian package name we want. (Should this be a SrcPkgName?)