Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapFvRn :: Traversable f => (a -> RnM (b, FreeVars)) -> f a -> RnM (f b, FreeVars)ghc GHC.Rename.Utils No documentation available.
mapMaybeFvRn :: (a -> RnM (b, FreeVars)) -> Maybe a -> RnM (Maybe b, FreeVars)ghc GHC.Rename.Utils No documentation available.
mapTermType :: (RttiType -> Type) -> Term -> Termghc GHC.Runtime.Heap.Inspect No documentation available.
mapAndRecoverM :: (a -> TcRn b) -> [a] -> TcRn [b]ghc GHC.Tc.Utils.Monad Drop elements of the input that fail, so the result list can be shorter than the argument list
mapAndReportM :: (a -> TcRn b) -> [a] -> TcRn [b]ghc GHC.Tc.Utils.Monad Apply the function to all elements on the input list If all succeed, return the list of results Otherwise fail, propagating all errors
mapCheck :: (x -> TcM (PuResult a Reduction)) -> [x] -> TcM (PuResult a Reductions)ghc GHC.Tc.Utils.Unify No documentation available.
mapDecoratedSDoc :: (SDoc -> SDoc) -> DecoratedSDoc -> DecoratedSDocghc GHC.Types.Error Apply a transformation function to all elements of a DecoratedSDoc.
mapLitValue :: Platform -> (Integer -> Integer) -> Literal -> Literalghc GHC.Types.Literal Apply a function to the Integer contained in the Literal, for when that makes sense, e.g. for Char and numbers. For fixed-size integral literals, the result will be wrapped in accordance with the semantics of the target type. See Note [WordInt underflowoverflow]
mapDNameEnv :: (a -> b) -> DNameEnv a -> DNameEnv bghc GHC.Types.Name.Env No documentation available.
mapMaybeNameEnv :: (a -> Maybe b) -> NameEnv a -> NameEnv bghc GHC.Types.Name.Env No documentation available.