Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. class Applicative gen => CoArbitrary (gen :: Type -> Type) a

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    Implicit, default cogenerator.

  2. coarbitrary :: CoArbitrary gen a => Co gen a r

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    No documentation available.

  3. coarbitraryGeneric :: forall a r gen . (Generic a, GCoArbitrary gen a) => Co gen a r

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    Generic implementation of coarbitrary.

    -- Assuming MyData is a data type whose fields are all instances of CoArbitrary.
    
    instance CoArbitrary MyData where
    coarbitrary = coarbitraryGeneric
    

  4. class Applicative gen => CoArbitrary (gen :: Type -> Type) a

    test-fun Test.Fun

    Implicit, default cogenerator.

  5. class (GCoGen a, Applicative gen, GSumCoArb gen Rep a) => GCoArbitrary (gen :: Type -> Type) a

    test-fun Test.Fun

    Constraint for coarbitraryGeneric.

  6. coarbitrary :: CoArbitrary gen a => Co gen a r

    test-fun Test.Fun

    No documentation available.

  7. coarbitraryGeneric :: forall a r gen . (Generic a, GCoArbitrary gen a) => Co gen a r

    test-fun Test.Fun

    Generic implementation of coarbitrary.

    -- Assuming MyData is a data type whose fields are all instances of CoArbitrary.
    
    instance CoArbitrary MyData where
    coarbitrary = coarbitraryGeneric
    

  8. class Applicative gen => CoArbitrary (gen :: Type -> Type) a

    test-fun Test.Fun.Internal.Generic

    Implicit, default cogenerator.

  9. class (GCoGen a, Applicative gen, GSumCoArb gen Rep a) => GCoArbitrary (gen :: Type -> Type) a

    test-fun Test.Fun.Internal.Generic

    Constraint for coarbitraryGeneric.

  10. coarbitrary :: CoArbitrary gen a => Co gen a r

    test-fun Test.Fun.Internal.Generic

    No documentation available.

Page 63 of many | Previous | Next