You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wondered what to use for the polymorphic types, and settled for `Word8`.
One would think that it generates more collisions than a large type like `Int` or `Integer`.
Not tested.
I also tried `Small Int` but this does not have a `CoArbitrary` instance.
Asked upstream about this:
- nick8325/quickcheck#360
@nick8325 unless there is some reason for this that I can't make sense of I'm going to add instances of CoArbitrary and Function for the types in Test.QuickCheck.Modifiers.
I wondered what to use for the polymorphic types, and settled for `Word8`.
One would think that it generates more collisions than a large type like `Int` or `Integer`.
Not tested.
I also tried `Small Int` but this does not have a `CoArbitrary` instance.
Asked upstream about this:
- nick8325/quickcheck#360
When trying to use
$allProperties
on aprop_Foo
that uses typeSmall Int
:Is there a reason why
Small
cannot have aCoArbitrary
instance?The text was updated successfully, but these errors were encountered: