Skip to content

Commit

Permalink
remove duplicate instance
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Jun 28, 2012
1 parent c57472c commit 88a2ca3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/src/L02/List/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import L02.List
import Test.QuickCheck
import Test.QuickCheck.Function

instance Arbitrary a => Arbitrary (List a) where
arbitrary =
fmap (foldr (:|) Nil) arbitrary

main ::
IO ()
main =
Expand Down

0 comments on commit 88a2ca3

Please sign in to comment.