We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aec998 commit 46c2e55Copy full SHA for 46c2e55
containers-tests/tests/Utils/Strictness.hs
@@ -27,12 +27,6 @@ instance Arbitrary a => Arbitrary (Bot a) where
27
, (4, Bot <$> arbitrary)
28
]
29
30
-instance CoArbitrary a => CoArbitrary (Bot a) where
31
- coarbitrary (Bot x) = coarbitrary x
32
-
33
-instance Function a => Function (Bot a) where
34
- function = functionMap (\(Bot x) -> x) Bot
35
36
{--------------------------------------------------------------------
37
Lazy functions
38
--------------------------------------------------------------------}
0 commit comments