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.
mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraphghc-lib GHC Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.
-
ghc-lib GHC.CmmToAsm.Reg.Liveness map a function across all the basic blocks in this code
-
ghc-lib GHC.CmmToAsm.Reg.Liveness map a function across all the basic blocks in this code (monadic version)
-
ghc-lib GHC.CmmToAsm.Reg.Liveness No documentation available.
-
ghc-lib GHC.CmmToAsm.Reg.Liveness map a function across all the basic blocks in this code (monadic version)
mapLiveCmmDecl :: (instr -> b) -> LiveCmmDecl statics instr -> LiveCmmDecl statics bghc-lib GHC.CmmToAsm.Reg.Liveness Map over instruction type in LiveCmmDecl
mapSCCM :: Monad m => (a -> m b) -> SCC a -> m (SCC b)ghc-lib GHC.CmmToAsm.Reg.Liveness No documentation available.
-
ghc-lib GHC.CmmToAsm.Reg.Target No documentation available.
mapLabels :: PureSupernode node => (Label -> Label) -> node -> nodeghc-lib GHC.Data.Graph.Collapse No documentation available.
mapAndUnzipM :: Applicative m => (a -> m (b, c)) -> [a] -> m ([b], [c])ghc-lib GHC.HsToCore.Monad 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.