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.
for :: Testable a => (WithOption a -> b) -> Int -> a -> bextrapolate 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 ($)!for :: Testable a => (WithOption a -> b) -> Int -> a -> bextrapolate 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 ($)!for :: From -> Maybe LockStrengthopaleye Opaleye.Internal.Sql No documentation available.
for :: WriteAttr Element Stringthreepenny-gui Graphics.UI.Threepenny.Attributes No documentation available.
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_.
-
clay Clay No documentation available.
-
clay Clay.Attributes No documentation available.
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_.
for :: Monad m => a -> (a -> Bool) -> (a -> a) -> b -> (a -> b -> m b) -> m byjtools Control.Monad.Tools No documentation available.
type family
For (a1 :: t a) (a2 :: a ~> f b) :: f t bsingletons-base Data.Traversable.Singletons No documentation available.