úÎbâZ(K      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJNone 3<DFQTVX‰*A set of laws associated with a typeclass.+Name of the typeclass whose laws are testedPairs of law name and property¶A convenience function for working testing properties in GHCi. See the test suite of this library for an example of how to integrate multiple properties into larger test suite.VA convenience function for checking multiple typeclass instances of multiple types.Tests the following properties: Partial Isomorphismdecode . encode "a JustEncoding Equals Valuedecode . encode "a Just . toJSON9Note that in the second propertiy, the type of decode is ByteString -> Value, not ByteString -> aTests the following properties: Partial IsomorphismfromList . toList "a idLength Preservation&fromList xs "a fromListN (length xs) xsNote:2 This property test is only available when using base-4.7 or newer. Tests the following properties:  Associativea <> (b <> c) "a (a <> b) <> c Tests the following properties:  Transitivea == b "' b == c !Ò a == c Symmetrica == b !Ò b == a Reflexivea == aûSome of these properties involve implication. In the case that the left hand side of the implication arrow does not hold, we do not retry. Consequently, these properties only end up being useful when the data type has a small number of inhabitants. Tests the following properties:  Antisymmetry@a "d b "' b "d a !Ò a = b  Transitivitya "d b "' b "d c !Ò a "d cTotality a "d b "( a > b Tests the following properties:  Associative1mappend a (mappend b c) "a mappend (mappend a b) c Left Identitymappend mempty a "a aRight Identitymappend a mempty "a a Tests everything from  monoidProps plus the following:  Commutativemappend a b "a mappend b aTests the following properties: Quotient Remainder(quot x y) * y + (rem x y) "a xDivision Modulus(div x y) * y + (mod x y) "a xInteger RoundtripfromInteger (toInteger x) "a xTests the following properties: Conjunction Idempotence n .&. n "a nDisjunction Idempotence n .|. n "a nDouble Complementcomplement (complement n) "a nSet BitsetBit n i "a n .|. bit i Clear Bit'clearBit n i "a n .&. complement (bit i)Complement Bit!complementBit n i "a xor n (bit i) Clear ZeroclearBit zeroBits i "a zeroBitsSet ZerosetBit zeroBits i "a bit i Test ZerotestBit zeroBits i "a FalsePop ZeropopCount zeroBits "a 0Count Leading Zeros of Zero,countLeadingZeros zeroBits "a finiteBitSize "¥Count Trailing Zeros of Zero-countTrailingZeros zeroBits "a finiteBitSize "¥#All of the useful instances of the K typeclass also have LL instances, so these property tests actually require that instance as well.Note:2 This property test is only available when using base-4.7 or newer. Test that a M instance obey the several laws.'Tests the following functor properties: IdentityN O "a O Compositionfmap (f . g) "a N f . N gConst(<$) "a N P+Tests the following alternative properties: IdentityQ R x "a x x R Q "a x Associativitya R (b R c) "a (a R b) R c) +Tests the following applicative properties: IdentityS O T v "a v CompositionS (.) T u T v T w "a u T (v T w) HomomorphismS f T S x "a S (f x) Interchangeu T S y "a S (U y) T u LiftA2 (1)(T) "a V O#Tests the following alt properties:  Associativity(a <!> b) <!> c "a a <!> (b <!> c)Left Distributivity@f W (a <!> b) = (f W a) <!> (f W b)'Tests the following monadic properties:  Left IdentityX a Y k "a k aRight Identitym Y X "a m Associativitym Y (\x -> k x Y h) "a (m Y k) Y hReturnS "a XAp(T) "a ZTests the following [ properties: foldfold "a \ OfoldMap\ f "a ] (^ . f) _foldr] f z t "a appEndo (\ (Endo . f) t ) zfoldr'foldr' f z0 xs = let f' k x z = k ` f x z in a f' O xs z0foldr1b! f t "a let Just (xs,x) = unsnoc (c t) in ] f x xsfoldla f z t "a appEndo (getDual (\ (Dual . Endo . d f) t)) zfoldl'foldl' f z0 xs "a let f' x k z = k ` f z x in ] f' O xs z0foldl1e f t "a let x : xs = c t in a f x xstoListf "a ] (:) []nullg "a ] (P (P h)) ilengthj "a getSum . foldMap (P (Sum 1))%Note that this checks to ensure that foldl' and foldr' are suitably strict.Tests the following k properties:  Naturalityt . l f = l (t . f)) for every applicative transformation tIdentityl Identity = Identity Compositionl (Compose . N g . f) = Compose . N (l g) . l fSequence Naturalityt . m = m . N t) for every applicative transformation tSequence Identitym . N Identity = IdentitySequence Compositionm . N Compose = Compose . N m . mfoldMap\ = nfmapN = o Where an applicative transformation is a function 1t :: (Applicative f, Applicative g) => f a -> g apreserving the p operations, i.e. Identity: t (S x) = S xDistributivity: t (x T y) = t x T t yTests the following q properties: Identityr O O "a OFirst Identitys O "a OSecond Identityt O "a OBifunctor Compositionr f g "a s f . t g NoteH: This property test is only available when this package is built with  base-4.9+ or transformers-0.5+./Element is type name paired with typeclass lawsudestination pointer source arrayoffset into source arraynumber of prims to copyvdestination arrayoffset into destination array source arrayoffset into source arraynumber of bytes to copywdestination arrayoffset into destination array source arrayoffset into source arraynumber of bytes to copy    xyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNLMOPQRLSTLSULSVLSWLSXLSYLSZLS[LS\L]^LS_LS`LSaLbcLbdLbeLSfLSgLShLbiLbjLklLSmLbnLblLbopqrpqsLbtLuvLuwLuxLuyLuzLS{L|}L|~L|L|€‚ƒ„„……††‡‡ˆˆ‰‰ŠŠ‹ŒŽ‘’“””••––——˜˜™š›œ/quickcheck-classes-0.4.4-KTZhGVTUNGUGCrH9E8e6XWTest.QuickCheck.ClassesLaws lawsTypeclasslawsProperties lawsCheck lawsCheckManyjsonLaws isListLaws showReadLaws semigroupLawseqLawsordLaws monoidLawscommutativeMonoidLaws integralLawsbitsLawsprimLaws storableLaws functorLawsalternativeLawsapplicativeLawsaltLaws monadLaws foldableLawstraversableLaws bifunctorLaws$fMonoidStatus$fSemigroupStatus $fMonoidAp $fSemigroupAp$fTraversableTriple$fFoldableTriple$fApplicativeTriple$fFunctorTriple$fArbitraryTriple$fArbitrary1Triple $fShow1Triple $fEq1Triple$fArbitraryChooseSecond$fShowChooseSecond$fArbitraryChooseFirst$fShowChooseFirst$fArbitraryLastNothing$fShowLastNothing$fArbitraryBottom $fShowBottom$fArbitraryApply $fShowApply $fMonoidApply$fSemigroupApply $fEqApply$fArbitraryApply2 $fShowApply2 $fEqApply2$fArbitraryLinearEquation$fShowLinearEquation$fArbitraryLinearEquationM$fShowLinearEquationM$fEqLinearEquationM$fArbitraryEquation$fShowEquation$fArbitraryEquationTwo$fShowEquationTwo$fArbitraryBitIndex$fIsListPrimArray $fEqPrimArray $fShowTriple $fEqTriple$fEqChooseSecond$fEqChooseFirst$fEqLastNothing $fEqBottom$fEqLinearEquation $fEqEquation$fEqEquationTwobase Data.BitsBits FiniteBits(primitive-0.6.2.0-EI3NK1Xfv9zEcRtyXK2EwZData.Primitive.TypesPrimGHC.Basefmapidconstempty<|>pure<*>$liftA2 Data.Functor<$>return>>=ap Data.FoldableFoldablefoldMapfoldrmappendmempty$!foldlfoldr1GHC.ExtstoListflipfoldl1nullghc-prim GHC.TypesFalseTruelengthData.Traversable Traversabletraverse sequenceAfoldMapDefault fmapDefault ApplicativeData.Bifunctor BifunctorbimapfirstsecondcopyPrimArrayToPtrcopyMutablePrimArray copyPrimArrayMutablePrimArray PrimArrayBitIndex EquationTwoEquationLinearEquationMLinearEquation_linearEquationLinear_linearEquationConstantApply2 getApply2ApplygetApplyBottomBottomUndefined BottomValue LastNothing ChooseFirst ChooseSecondTripleApgetApStatusBadGood