Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. persistSpecOnArbitrary :: (Show a, Eq a, Typeable a, Arbitrary a, PersistField a) => Spec

    genvalidity-sydtest-persistent Test.Syd.Validity.Persist

    Standard test spec for properties of persistent-related functions for arbitrary values Example usage:

    persistSpecOnArbitrary @Int
    

  2. SourceArbitrary :: KeySourceType

    graphula Graphula

    Generate keys using the Arbitrary instance for the Key

  3. SourceArbitrary :: KeySourceType

    graphula Graphula.Dependencies

    Generate keys using the Arbitrary instance for the Key

  4. computeArbitraryAction :: StateModel state => Annotated state -> Gen (Any (ActionWithPolarity state))

    quickcheck-dynamic Test.QuickCheck.StateModel

    No documentation available.

  5. liftArbitrary :: forall (b :: Bin) a . SBinI b => Gen a -> Gen (RAVec b a)

    ral Data.RAVec

    No documentation available.

  6. liftArbitrary :: forall (b :: BinP) a . SBinPI b => Gen a -> Gen (NERAVec b a)

    ral Data.RAVec.NonEmpty

    No documentation available.

  7. liftArbitrary' :: forall (b :: BinP) (n :: Nat) a . (SBinPI b, SNatI n) => Gen a -> Gen (NERAVec' n b a)

    ral Data.RAVec.NonEmpty

    No documentation available.

  8. liftArbitrary :: forall (n :: Nat) a . SNatI n => Gen a -> Gen (Tree n a)

    ral Data.RAVec.Tree

    No documentation available.

  9. liftArbitrary :: forall (n :: Nat) a . SNatI n => Gen a -> Gen (Tree n a)

    ral Data.RAVec.Tree.DF

    No documentation available.

  10. newtype FromSafeArbitrary a

    safe-gen Test.QuickCheck.SafeGen

    Intended to be used as a deriving conduit for Arbitrary from SafeArbitrary. This defines arbitrary as runSafeGen arbitrary, and shrink as genericShrink.

Page 65 of many | Previous | Next