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.

  1. mapFvRn :: Traversable f => (a -> RnM (b, FreeVars)) -> f a -> RnM (f b, FreeVars)

    ghc GHC.Rename.Utils

    No documentation available.

  2. mapMaybeFvRn :: (a -> RnM (b, FreeVars)) -> Maybe a -> RnM (Maybe b, FreeVars)

    ghc GHC.Rename.Utils

    No documentation available.

  3. mapTermType :: (RttiType -> Type) -> Term -> Term

    ghc GHC.Runtime.Heap.Inspect

    No documentation available.

  4. 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

  5. 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

  6. mapCheck :: (x -> TcM (PuResult a Reduction)) -> [x] -> TcM (PuResult a Reductions)

    ghc GHC.Tc.Utils.Unify

    No documentation available.

  7. mapDecoratedSDoc :: (SDoc -> SDoc) -> DecoratedSDoc -> DecoratedSDoc

    ghc GHC.Types.Error

    Apply a transformation function to all elements of a DecoratedSDoc.

  8. mapLitValue :: Platform -> (Integer -> Integer) -> Literal -> Literal

    ghc 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]

  9. mapDNameEnv :: (a -> b) -> DNameEnv a -> DNameEnv b

    ghc GHC.Types.Name.Env

    No documentation available.

  10. mapMaybeNameEnv :: (a -> Maybe b) -> NameEnv a -> NameEnv b

    ghc GHC.Types.Name.Env

    No documentation available.

Page 105 of many | Previous | Next