1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Group the law invocations by functor.

This commit is contained in:
Rob Rix 2016-07-26 04:07:46 -04:00
parent 734254194c
commit 88bb767ff7

View File

@ -9,7 +9,7 @@ import Test.QuickCheck
spec :: Spec
spec = do
sequenceAltLaws (arbitrary :: Gen [Char])
describe "[]" $ sequenceAltLaws (arbitrary :: Gen [Char])
sequenceAltLaws :: (Mergeable f, Eq (f a), Show (f a)) => Gen (f a) -> Spec
sequenceAltLaws gen = do