Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. mapFoldMInput :: forall (m :: Type -> Type) b a . Monad m => (forall x . () => FoldM m b x -> FoldM m a x) -> UnfoldlM m a -> UnfoldlM m b

    deferred-folds DeferredFolds.UnfoldlM

    Lift a fold input mapping function into a mapping of unfolds

  2. mapM_ :: Monad m => (input -> m ()) -> UnfoldlM m input -> m ()

    deferred-folds DeferredFolds.UnfoldlM

    A more efficient implementation of mapM_

  3. mapAssocs :: Map key value -> Unfoldr (key, value)

    deferred-folds DeferredFolds.Unfoldr

    Associations of a map

  4. map' :: (Mapping p, Functor f) => p a b -> p (f a) (f b)

    essence-of-live-coding LiveCoding

    Laws:

    map' . rmap f ≡ rmap (fmap f) . map'
    map' . map'dimap Compose getCompose . map'
    dimap Identity runIdentity . map'id
    

  5. mapExceptionT :: (m (Either SomeException a) -> n (Either SomeException b)) -> ExceptionT m a -> ExceptionT n b

    exception-transformers Control.Monad.Exception

    No documentation available.

  6. mappingInput :: forall (m :: Type -> Type) a b x . Monad m => (a -> b) -> (b -> a) -> Focus a m x -> Focus b m x

    focus Focus

    Map the Focus input.

  7. mapIdKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. mapName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. map_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. mappendClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

Page 169 of many | Previous | Next