Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMaybe :: List l => (a -> Maybe b) -> l a -> l bList Data.List.Class No documentation available.
mapInside :: CanMapInside dom e => dom -> e -> eaern2-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.
mapAll :: All f xs => (forall (x :: k) . f x => Proxy x -> a) -> [a]aeson-schemas Data.Aeson.Schema.Utils.All No documentation available.
mapReplacement :: (Replacement -> Replacement) -> Replacer -> Replaceralfred-margaret Data.Text.AhoCorasick.Replacer Modify the replacement of a replacer. It doesn't modify the needles.
mapSearcher :: Hashable b => (a -> b) -> Searcher a -> Searcher balfred-margaret Data.Text.AhoCorasick.Searcher Modify the values associated with the needles.
-
backprop Prelude.Backprop Lifted version of mapAccumL. Prior to v0.2.3, required a Backprop constraint on t b.
-
backprop Prelude.Backprop Lifted version of mapAccumR. Prior to v0.2.3, required a Backprop constraint on t b.
-
backprop Prelude.Backprop.Explicit -
backprop Prelude.Backprop.Explicit -
backprop Prelude.Backprop.Num mapAccumL, but with Num constraints instead of Backprop constraints. Prior to v0.2.3, required a Num constraint on t b.