Skip to content

Commit 46c2e55

Browse files
committed
remove unneeded Bot instances
1 parent 5aec998 commit 46c2e55

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

containers-tests/tests/Utils/Strictness.hs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ instance Arbitrary a => Arbitrary (Bot a) where
2727
, (4, Bot <$> arbitrary)
2828
]
2929

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-
3630
{--------------------------------------------------------------------
3731
Lazy functions
3832
--------------------------------------------------------------------}

0 commit comments

Comments
 (0)