śĪUbMĪ@      !"#$%&'()*+,-./0123456789:;<=>?None 3<DFQTVL<*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 @ typeclass also have AL 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 B instance obey the several laws.'Tests the following functor properties: IdentityC D "a D Compositionfmap (f . g) "a C f . C gConst(<$) "a C E+Tests the following alternative properties: IdentityF G x "a x x G F "a x Associativitya G (b G c) "a (a G b) G c) +Tests the following applicative properties: IdentityH D I v "a v CompositionH (.) I u I v I w "a u I (v I w) HomomorphismH f I H x "a H (f x) Interchangeu I H y "a H (J y) I u LiftA2 (1)(I) "a K D#Tests the following alt properties:  Associativity(a L b) L c "a a L (b L c)Left Distributivity@f M (a L b) = (f M a) L (f M b)'Tests the following monadic properties:  Left IdentityN a O k "a k aRight Identitym O N "a m Associativitym O (\x -> k x O h) "a (m O k) O hReturnH "a NAp(I) "a PTests the following Q properties: foldfold "a R DfoldMapR f "a S (T . f) UfoldrS f z t "a appEndo (R (Endo . f) t ) zfoldr'foldr' f z0 xs = let f' k x z = k V f x z in W f' D xs z0foldlW f z t "a appEndo (getDual (R (Dual . Endo . X f) t)) zfoldl'foldl' f z0 xs = let f' x k z = k V f z x in S f' D xs z0toListY "a S (:) []nullZ "a S (E (E [)) \length] "a getSum . foldMap (E (Sum 1))%Note that this checks to ensure that foldl' and foldr' are suitably strict.Tests the following ^ properties: Identity_ D D "a DFirst Identity` D "a DSecond Identitya D "a DBifunctor Composition_ f g "a ` f . a 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 lawsbdestination pointer source arrayoffset into source arraynumber of prims to copycdestination arrayoffset into destination array source arrayoffset into source arraynumber of bytes to copyddestination arrayoffset into destination array source arrayoffset into source arraynumber of bytes to copy    efghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š      !"#$%&'()*+,-./0123456789:;<=>?@ABCABDEFGAHIAHJAHKAHLAHMAHNAHOAHPAHQRSTAUVAHWAHXAHYAZ[AZ\AZ]AH^AH_AH`AZaAHbAZcAZdefgefhAZiAjkAjlAjmAjnopqrrssttuuvvwwxxyz{{|}}~€‚‚ƒƒ„„……†‡ˆ‰Š/quickcheck-classes-0.4.2-2xG1k7FCyZaCqdMj8B0j2fTest.QuickCheck.ClassesLaws lawsTypeclasslawsProperties lawsCheck lawsCheckManyjsonLaws isListLaws showReadLaws semigroupLawseqLawsordLaws monoidLawscommutativeMonoidLaws integralLawsbitsLawsprimLaws storableLaws functorLawsalternativeLawsapplicativeLawsaltLaws monadLaws foldableLaws bifunctorLaws$fMonoidStatus$fSemigroupStatus $fMonoidAp $fSemigroupAp$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$fEqChooseSecond$fEqChooseFirst$fEqLastNothing $fEqBottom$fEqLinearEquation $fEqEquation$fEqEquationTwobase Data.BitsBits FiniteBits(primitive-0.6.2.0-EI3NK1Xfv9zEcRtyXK2EwZData.Primitive.TypesPrimGHC.Basefmapidconstempty<|>pure<*>$liftA2*semigroupoids-5.2.2-6wLNc1S5ZTGCpPjHI0RDf4Data.Functor.Alt Data.Functor<$>return>>=ap Data.FoldableFoldablefoldMapfoldrmappendmempty$!foldlfliptoListnullghc-prim GHC.TypesFalseTruelengthData.Bifunctor BifunctorbimapfirstsecondcopyPrimArrayToPtrcopyMutablePrimArray copyPrimArrayMutablePrimArray PrimArrayBitIndex EquationTwoEquationLinearEquationMLinearEquation_linearEquationLinear_linearEquationConstantApply2 getApply2ApplygetApplyBottomBottomUndefined BottomValue LastNothing ChooseFirst ChooseSecondApgetApStatusBadGood