Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. forAll :: forall (m :: Type -> Type) a . Testable m a => a -> Property m

    smallcheck Test.SmallCheck

    Set the universal quantification context.

  2. smallCheck :: Testable IO a => Depth -> a -> IO ()

    smallcheck Test.SmallCheck

    A simple driver that runs the test in the IO monad and prints the results.

  3. smallCheck :: Testable IO a => Depth -> a -> IO ()

    smallcheck Test.SmallCheck.Drivers

    A simple driver that runs the test in the IO monad and prints the results.

  4. smallCheckM :: Testable m a => Depth -> a -> m (Maybe PropertyFailure)

    smallcheck Test.SmallCheck.Drivers

    Use this if:

    • You need to run a test in a monad different from IO
    • You need to analyse the results rather than just print them

  5. smallCheckWithHook :: Testable m a => Depth -> (TestQuality -> m ()) -> a -> m (Maybe PropertyFailure)

    smallcheck Test.SmallCheck.Drivers

    Like smallCheckM, but allows to specify a monadic hook that gets executed after each test is run. Useful for applications that want to report progress information to the user.

  6. APICallback :: Callback -> API

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  7. data Callable

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  8. Callable :: Maybe Type -> Bool -> Transfer -> Documentation -> [Arg] -> Bool -> Bool -> Maybe DeprecationInfo -> Documentation -> Maybe Bool -> Callable

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  9. data Callback

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  10. Callback :: Callable -> Maybe Text -> Documentation -> Callback

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

Page 344 of many | Previous | Next