Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. mapFortunes :: (IndexEntry -> b) -> FortuneFile -> IO [b]

    misfortune Data.Fortune

    No documentation available.

  2. mapFortunesM :: (IndexEntry -> IO b) -> FortuneFile -> IO [b]

    misfortune Data.Fortune

    No documentation available.

  3. mapFortunesWithIndex :: (Num a, Enum a) => (a -> IO b) -> FortuneFile -> IO [b]

    misfortune Data.Fortune

    No documentation available.

  4. mapFortunesWithIndexM :: (Num a, Enum a) => (a -> IndexEntry -> IO b) -> FortuneFile -> IO [b]

    misfortune Data.Fortune

    No documentation available.

  5. mapMaybeM :: (Monad m, Functor m) => (a -> m (Maybe b)) -> [a] -> m [b]

    monad-extras Control.Monad.Extra

    A monadic version of mapMaybe :: (a -> Maybe b) -> [a] -> [b].

  6. mapAccumM :: (Monad m, MonadPlus p) => (acc -> x -> m (acc, y)) -> acc -> [x] -> m (acc, p y)

    monadlist Control.Monad.ListM

    No documentation available.

  7. mapMP :: (Monad m, MonadPlus p) => (a -> m b) -> [a] -> m (p b)

    monadlist Control.Monad.ListM

    No documentation available.

  8. mapMonoidMap :: DecidablyEmpty b => (a -> b) -> MonoidMap k a -> MonoidMap k b

    monoid-map Data.MonoidMap

    No documentation available.

  9. mapMState :: (MonadIO m, MonadIO n) => (m (a, t) -> n (b, t)) -> MState t m a -> MState t n b

    mstate Control.Concurrent.MState

    Map a stateful computation from one (return value, state) pair to another. See Control.Monad.State.Lazy for more information. Be aware that both MStates still share the same state.

  10. mapMState_ :: MonadIO n => (m a -> n b) -> MState t m a -> MState t n b

    mstate Control.Concurrent.MState

    No documentation available.

Page 387 of many | Previous | Next