Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapM_ :: (Generator c, Monad m) => (Elem c -> m b) -> c -> m ()

    reducers Data.Generator.Combinators

    Efficiently mapReduce a Generator using the Action monoid. A specialized version of its namesake from Data.Foldable and Control.Monad

    mapReduceWith getAction
    

  2. mapFrom1 :: (Generator1 c, Reducer e m) => (Elem c -> e) -> c -> m -> m

    reducers Data.Semigroup.Generator

    No documentation available.

  3. mapReduce1 :: (Generator1 c, Reducer e m) => (Elem c -> e) -> c -> m

    reducers Data.Semigroup.Generator

    No documentation available.

  4. mapReduceWith1 :: (Generator1 c, Reducer e m) => (m -> n) -> (Elem c -> e) -> c -> n

    reducers Data.Semigroup.Generator

    No documentation available.

  5. mapTo1 :: (Generator1 c, Reducer e m) => (Elem c -> e) -> m -> c -> m

    reducers Data.Semigroup.Generator

    No documentation available.

  6. mapKeysToAttributeName :: Map Text v -> Map AttributeName v

    reflex-dom-core Reflex.Dom.Builder.Class

    No documentation available.

  7. map' :: forall f (r :: Row Type) . FreeForall r => (forall a . () => a -> f a) -> Rec r -> Rec (Map f r)

    row-types Data.Row.Records

    A function to map over a record given no constraint.

  8. mapF :: forall k c (g :: k -> k) (ϕ :: Row (k -> Type)) (ρ :: Row k) . BiForall ϕ ρ c => (forall (h :: k -> Type) (a :: k) . c h a => h a -> h (g a)) -> Rec (Ap ϕ ρ) -> Rec (Ap ϕ (Map g ρ))

    row-types Data.Row.Records

    A function to map over a Ap record given constraints.

  9. map' :: forall f (r :: Row Type) . FreeForall r => (forall a . () => a -> f a) -> Var r -> Var (Map f r)

    row-types Data.Row.Variants

    A function to map over a variant given no constraint.

  10. mapCV :: (AlgReal -> AlgReal) -> (Integer -> Integer) -> (Float -> Float) -> (Double -> Double) -> (FP -> FP) -> (Rational -> Rational) -> CV -> CV

    sbv Data.SBV.Internals

    Map a unary function through a CV.

Page 298 of many | Previous | Next