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.

  1. for :: Testable a => (WithOption a -> b) -> Int -> a -> b

    extrapolate Test.Extrapolate

    Use for to configure the number of tests performed by check.

    > check `for` 10080 $ \xs -> sort (sort xs) == sort (xs :: [Int])
    +++ OK, passed 10080 tests.
    
    Don't forget the dollar ($)!

  2. for :: Testable a => (WithOption a -> b) -> Int -> a -> b

    extrapolate Test.Extrapolate.IO

    Use for to configure the number of tests performed by check.

    > check `for` 10080 $ \xs -> sort (sort xs) == sort (xs :: [Int])
    +++ OK, passed 10080 tests.
    
    Don't forget the dollar ($)!

  3. for :: From -> Maybe LockStrength

    opaleye Opaleye.Internal.Sql

    No documentation available.

  4. for :: WriteAttr Element String

    threepenny-gui Graphics.UI.Threepenny.Attributes

    No documentation available.

  5. for :: (Traversable t, Applicative f) => t a -> (a -> f b) -> f (t b)

    classy-prelude-yesod ClassyPrelude.Yesod

    for is traverse with its arguments flipped. For a version that ignores the results see for_.

  6. for :: Refinement

    clay Clay

    No documentation available.

  7. for :: Refinement

    clay Clay.Attributes

    No documentation available.

  8. for :: (Traversable t, Applicative f) => t a -> (a -> f b) -> f (t b)

    verset Verset

    for is traverse with its arguments flipped. For a version that ignores the results see for_.

  9. for :: Monad m => a -> (a -> Bool) -> (a -> a) -> b -> (a -> b -> m b) -> m b

    yjtools Control.Monad.Tools

    No documentation available.

  10. type family For (a1 :: t a) (a2 :: a ~> f b) :: f t b

    singletons-base Data.Traversable.Singletons

    No documentation available.

Page 4 of many | Previous | Next