Hoogle Search

Within LTS Haskell 24.22 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mappend :: Monoid a => a -> a -> a

    ghc GHC.Prelude.Basic

    No documentation available.

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

    ghc GHC.Rename.Utils

    No documentation available.

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

    ghc GHC.Rename.Utils

    No documentation available.

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

    ghc GHC.Runtime.Heap.Inspect

    No documentation available.

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

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

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

    ghc GHC.Tc.Utils.Unify

    No documentation available.

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

    ghc GHC.Types.Error

    Apply a transformation function to all elements of a DecoratedSDoc.

  9. 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]

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

    ghc GHC.Types.Name.Env

    No documentation available.

Page 105 of many | Previous | Next