Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. forAllShrinkShow :: Testable prop => Gen a -> (a -> [a]) -> (a -> String) -> (a -> prop) -> Property

    massiv-test Test.Massiv.Utils

    Like forAllShrink, but with an explicitly given show function.

  2. forM :: (Context a, Context b, Monad m) => Matrix a -> (a -> m b) -> m (Matrix b)

    matrices Data.Matrix

    No documentation available.

  3. forM_ :: (Context a, Monad m) => Matrix a -> (a -> m b) -> m ()

    matrices Data.Matrix

    No documentation available.

  4. force :: Context a => Matrix a -> Matrix a

    matrices Data.Matrix

    No documentation available.

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

    matrices Data.Matrix.Generic

    No documentation available.

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

    matrices Data.Matrix.Generic

    No documentation available.

  7. force :: forall (v :: Type -> Type) a . Vector v a => Matrix v a -> Matrix v a

    matrices Data.Matrix.Generic

    No documentation available.

  8. forM :: (Context a, Context b, Monad m) => Matrix a -> (a -> m b) -> m (Matrix b)

    matrices Data.Matrix.Storable

    No documentation available.

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

    matrices Data.Matrix.Storable

    No documentation available.

  10. force :: Context a => Matrix a -> Matrix a

    matrices Data.Matrix.Storable

    No documentation available.

Page 88 of many | Previous | Next