There was an error while loading. Please reload this page.
1 parent 4876174 commit d2d8212Copy full SHA for d2d8212
src/Test/QuickCheck/Arbitrary/Generic.hs
@@ -27,7 +27,7 @@ data Foo = Foo
27
The generated 'arbitrary' method is equivalent to
28
29
@
30
-Foo <$> arbitrary <*> arbitrary
+Foo '<$>' arbitrary '<*>' arbitrary
31
@.
32
33
It can also handle a recursive types problem. Assuming a type
0 commit comments