From 5e47ead106bebfd076d950934fbe11d9f1ef552c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 22 Jul 2018 14:30:36 +0800 Subject: patch duplicate Arbitrary instance out of Utility/QuickCheck.hs --- Utility/QuickCheck.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Utility/QuickCheck.hs b/Utility/QuickCheck.hs index 8db03f4..2009476 100644 --- a/Utility/QuickCheck.hs +++ b/Utility/QuickCheck.hs @@ -33,9 +33,6 @@ instance (Arbitrary v, Eq v, Ord v) => Arbitrary (S.Set v) where instance Arbitrary POSIXTime where arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral -instance Arbitrary EpochTime where - arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral - {- Pids are never negative, or 0. -} instance Arbitrary ProcessID where arbitrary = arbitrarySizedBoundedIntegral `suchThat` (> 0) -- cgit v1.2.3