Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMTVName :: Monad m => (Name -> m Name) -> TyVarBndr_ flag -> m (TyVarBndr_ flag)th-abstraction Language.Haskell.TH.Datatype.TyVarBndr Map over the Name of a TyVarBndr in a monadic fashion. This is the same as traverseTVName, but with a Monad constraint. This is mainly useful for use with old versions of base where Applicative was not a superclass of Monad.
mapTV :: (Name -> Name) -> (flag -> flag') -> (Kind -> Kind) -> TyVarBndr_ flag -> TyVarBndr_ flag'th-abstraction Language.Haskell.TH.Datatype.TyVarBndr Map over the components of a TyVarBndr.
mapTVFlag :: (flag -> flag') -> TyVarBndr_ flag -> TyVarBndr_ flag'th-abstraction Language.Haskell.TH.Datatype.TyVarBndr Map over the flag of a TyVarBndr.
mapTVKind :: (Kind -> Kind) -> TyVarBndr_ flag -> TyVarBndr_ flagth-abstraction Language.Haskell.TH.Datatype.TyVarBndr mapTVName :: (Name -> Name) -> TyVarBndr_ flag -> TyVarBndr_ flagth-abstraction Language.Haskell.TH.Datatype.TyVarBndr mapAccumM :: (Monad m, Traversable t) => (a -> b -> m (a, c)) -> a -> t b -> m (a, t c)Cabal Distribution.Utils.MapAccum Monadic variant of mapAccumL.
mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraphghc GHC Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.