Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. mapOccEnv :: (a -> b) -> OccEnv a -> OccEnv b

    ghc-lib GHC.Plugins

    Map over an OccEnv (Functor instance).

  2. mapOccEnv :: (a -> b) -> OccEnv a -> OccEnv b

    ghc-lib GHC.Plugins

    Map over an OccEnv (Functor instance).

  3. mapTyCo :: Monad m => TyCoMapper () m -> (Type -> m Type, [Type] -> m [Type], Coercion -> m Coercion, [Coercion] -> m [Coercion])

    ghc-lib GHC.Plugins

    No documentation available.

  4. mapTyCoX :: Monad m => TyCoMapper env m -> (env -> Type -> m Type, env -> [Type] -> m [Type], env -> Coercion -> m Coercion, env -> [Coercion] -> m [Coercion])

    ghc-lib GHC.Plugins

    No documentation available.

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

    ghc-lib GHC.Rename.Utils

    No documentation available.

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

    ghc-lib GHC.Rename.Utils

    No documentation available.

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

    ghc-lib GHC.Runtime.Heap.Inspect

    No documentation available.

  8. mapAndRecoverM :: (a -> TcRn b) -> [a] -> TcRn [b]

    ghc-lib GHC.Tc.Utils.Monad

    Drop elements of the input that fail, so the result list can be shorter than the argument list

  9. mapAndReportM :: (a -> TcRn b) -> [a] -> TcRn [b]

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

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

    ghc-lib GHC.Tc.Utils.Unify

    No documentation available.

Page 340 of many | Previous | Next