| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Test.QuickCheck.Quid.Example
Documentation
Instances
| Arbitrary FooId Source # | |
| CoArbitrary FooId Source # | |
Defined in Test.QuickCheck.Quid.Example Methods coarbitrary :: FooId -> Gen b -> Gen b # | |
| Function FooId Source # | |
| Generic FooId Source # | |
| Num FooId Source # | |
| Read FooId Source # | |
| Show FooId Source # | |
| Eq FooId Source # | |
| Ord FooId Source # | |
| type Rep FooId Source # | |
Defined in Test.QuickCheck.Quid.Example | |
Constructors
| BarId (Hexadecimal Quid) |
Instances
| Arbitrary BarId Source # | |
| CoArbitrary BarId Source # | |
Defined in Test.QuickCheck.Quid.Example Methods coarbitrary :: BarId -> Gen b -> Gen b # | |
| Function BarId Source # | |
| Generic BarId Source # | |
| Num BarId Source # | |
| Read BarId Source # | |
| Show BarId Source # | |
| Eq BarId Source # | |
| Ord BarId Source # | |
| type Rep BarId Source # | |
Defined in Test.QuickCheck.Quid.Example type Rep BarId = D1 ('MetaData "BarId" "Test.QuickCheck.Quid.Example" "quickcheck-quid-0.0.1.2-CLTp9WLl2aFwVVVV3nLjH-example" 'True) (C1 ('MetaCons "BarId" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Hexadecimal Quid)))) | |
Instances
| Arbitrary BazId Source # | |
| CoArbitrary BazId Source # | |
Defined in Test.QuickCheck.Quid.Example Methods coarbitrary :: BazId -> Gen b -> Gen b # | |
| Function BazId Source # | |
| Generic BazId Source # | |
| Read BazId Source # | |
| Show BazId Source # | |
| Eq BazId Source # | |
| Ord BazId Source # | |
| type Rep BazId Source # | |
Defined in Test.QuickCheck.Quid.Example | |