Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. mapWithKeyDefault :: TraversableWithKey t => (Key t -> a -> b) -> t a -> t b

    keys Data.Key

    No documentation available.

  2. mapWithKeyM :: (TraversableWithKey t, Monad m) => (Key t -> a -> m b) -> t a -> m (t b)

    keys Data.Key

    No documentation available.

  3. mapWithKeyM_ :: (FoldableWithKey t, Monad m) => (Key t -> a -> m b) -> t a -> m ()

    keys Data.Key

    No documentation available.

  4. mapSize :: Testable prop => (Int -> Int) -> prop -> Property

    massiv-test Test.Massiv.Utils

    Adjust the test case size for a property, by transforming it with the given function.

  5. mapM :: (Context a, Context b, Monad m) => (a -> m b) -> Matrix a -> m (Matrix b)

    matrices Data.Matrix

    No documentation available.

  6. mapM_ :: (Context a, Monad m) => (a -> m b) -> Matrix a -> m ()

    matrices Data.Matrix

    No documentation available.

  7. mapM :: forall (v :: Type -> Type) a b m . (Vector v a, Vector v b, Monad m) => (a -> m b) -> Matrix v a -> m (Matrix v b)

    matrices Data.Matrix.Generic

    No documentation available.

  8. mapM_ :: forall (v :: Type -> Type) a m b . (Vector v a, Monad m) => (a -> m b) -> Matrix v a -> m ()

    matrices Data.Matrix.Generic

    No documentation available.

  9. mapM :: (Context a, Context b, Monad m) => (a -> m b) -> Matrix a -> m (Matrix b)

    matrices Data.Matrix.Storable

    No documentation available.

  10. mapM_ :: (Context a, Monad m) => (a -> m b) -> Matrix a -> m ()

    matrices Data.Matrix.Storable

    No documentation available.

Page 196 of many | Previous | Next