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.
persistSpecOnArbitrary :: (Show a, Eq a, Typeable a, Arbitrary a, PersistField a) => Specgenvalidity-sydtest-persistent Test.Syd.Validity.Persist Standard test spec for properties of persistent-related functions for arbitrary values Example usage:
persistSpecOnArbitrary @Int
SourceArbitrary :: KeySourceTypegraphula Graphula SourceArbitrary :: KeySourceTypegraphula Graphula.Dependencies -
quickcheck-dynamic Test.QuickCheck.StateModel No documentation available.
liftArbitrary :: forall (b :: Bin) a . SBinI b => Gen a -> Gen (RAVec b a)ral Data.RAVec No documentation available.
liftArbitrary :: forall (b :: BinP) a . SBinPI b => Gen a -> Gen (NERAVec b a)ral Data.RAVec.NonEmpty No documentation available.
-
ral Data.RAVec.NonEmpty No documentation available.
liftArbitrary :: forall (n :: Nat) a . SNatI n => Gen a -> Gen (Tree n a)ral Data.RAVec.Tree No documentation available.
liftArbitrary :: forall (n :: Nat) a . SNatI n => Gen a -> Gen (Tree n a)ral Data.RAVec.Tree.DF No documentation available.
-
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.