Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. mapM_ :: (Foldable t, Monad m) => (a -> m ()) -> t a -> m ()

    LambdaHack Game.LambdaHack.Core.Prelude

    This has a more specific type (unit result) than normally, to catch errors.

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

    LambdaHack Game.LambdaHack.Core.Prelude

    An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.

  3. mapActorCStore_ :: MonadServer m => CStore -> (ItemId -> ItemQuant -> m ()) -> Actor -> m ()

    LambdaHack Game.LambdaHack.Server.ItemM

    Mapping over actor's items from a give store.

  4. mapFromFuns :: Ord b => [a] -> [a -> b] -> Map b a

    LambdaHack Game.LambdaHack.Server.StartM

    No documentation available.

  5. mapL :: List l => (a -> ItemM l b) -> l a -> l b

    List Data.List.Class

    No documentation available.

  6. mapMaybe :: List l => (a -> Maybe b) -> l a -> l b

    List Data.List.Class

    No documentation available.

  7. mapInside :: CanMapInside dom e => dom -> e -> e

    aern2-mp AERN2.MP.Enclosure

    Return some value contained in dom. The returned value does not have to equal the given e even if e is already inside dom. All elements of dom should be covered with roughly the same probability when calling this function for evenly distributed e's. This function is intended mainly for generating values inside dom for randomised tests.

  8. mapAll :: All f xs => (forall (x :: k) . f x => Proxy x -> a) -> [a]

    aeson-schemas Data.Aeson.Schema.Utils.All

    No documentation available.

  9. mapReplacement :: (Replacement -> Replacement) -> Replacer -> Replacer

    alfred-margaret Data.Text.AhoCorasick.Replacer

    Modify the replacement of a replacer. It doesn't modify the needles.

  10. mapSearcher :: Hashable b => (a -> b) -> Searcher a -> Searcher b

    alfred-margaret Data.Text.AhoCorasick.Searcher

    Modify the values associated with the needles.

Page 235 of many | Previous | Next