Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. newtype Small a

    QuickCheck Test.QuickCheck.Modifiers

    Small x: generates values of x drawn from a small range. The opposite of Large.

  2. Small :: a -> Small a

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  3. getSmall :: Small a -> a

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  4. forAllM :: forall (m :: Type -> Type) a b . (Monad m, Show a) => Gen a -> (a -> PropertyM m b) -> PropertyM m b

    QuickCheck Test.QuickCheck.Monadic

    Quantification in monadic properties to pick, with a notation similar to forAll. Note: values generated by forAllM do not shrink.

  5. afterAll :: HasCallStack => ActionWith a -> SpecWith a -> SpecWith a

    hspec Test.Hspec

    Run a custom action after the last spec item.

  6. afterAll_ :: HasCallStack => IO () -> SpecWith a -> SpecWith a

    hspec Test.Hspec

    Run a custom action after the last spec item.

  7. aroundAll :: HasCallStack => (ActionWith a -> IO ()) -> SpecWith a -> Spec

    hspec Test.Hspec

    Wrap an action around the given spec.

  8. aroundAllWith :: HasCallStack => (ActionWith a -> ActionWith b) -> SpecWith a -> SpecWith b

    hspec Test.Hspec

    Wrap an action around the given spec. Changes the arg type inside.

  9. aroundAll_ :: HasCallStack => (IO () -> IO ()) -> SpecWith a -> SpecWith a

    hspec Test.Hspec

    Wrap an action around the given spec.

  10. beforeAll :: HasCallStack => IO a -> SpecWith a -> Spec

    hspec Test.Hspec

    Run a custom action before the first spec item.

Page 198 of many | Previous | Next