SK?      !"#$%&'()*+,-./0123456789:;<=>None 3<DFQTVJm*A set of laws associated with a typeclass.+Name of the typeclass whose laws are testedPairs of law name and propertyA 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 == aSome 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 @L 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 A instance obey the several laws.'Tests the following functor properties: IdentityB C "a C Compositionfmap (f . g) "a B f . B gConst(<$) "a B D+Tests the following alternative properties: IdentityE F x "a x x F E "a x Associativitya F (b F c) "a (a F b) F c) +Tests the following applicative properties: IdentityG C H v "a v CompositionG (.) H u H v H w "a u H (v H w) HomomorphismG f H G x "a G (f x) Interchangeu H G y "a G (I y) H u LiftA2 (1)(H) "a J C#Tests the following alt properties:  Associativity(a K b) K c "a a K (b K c)Left Distributivity@f L (a K b) = (f L a) K (f L b)'Tests the following monadic properties:  Left IdentityM a N k "a k aRight Identitym N M "a m Associativitym N (\x -> k x N h) "a (m N k) N hReturnG "a MAp(H) "a OTests the following P properties: IdentityQ C C "a CFirst IdentityR C "a CSecond IdentityS C "a CBifunctor CompositionQ f g "a R f . S g Tests the following T properties: foldfold "a U CfoldMapU f "a V (W . f) XfoldrV f z t "a appEndo (U (Endo . f) t ) zfoldr'foldr' f z0 xs = let f' k x z = k Y f x z in Z f' C xs z0foldlZ f z t "a appEndo (getDual (U (Dual . Endo . [ f) t)) zfoldl'foldl' f z0 xs = let f' x k z = k Y f z x in V f' C xs z0toList\ "a V (:) []null] "a V (D (D ^)) _length` "a getSum . foldMap (D (Sum 1))%Note that this checks to ensure that foldl' and foldr' are suitably strict./Element is type name paired with typeclass lawsadestination pointer source arrayoffset into source arraynumber of prims to copybdestination arrayoffset into destination array source arrayoffset into source arraynumber of bytes to copycdestination arrayoffset into destination array source arrayoffset into source arraynumber of bytes to copy    defghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@AB@ACDEF@GH@GI@GJ@GK@GL@GM@GN@GO@GPQRS@TU@GV@GW@GX@YZ@Y[@Y\@Y]@^_@^`@^a@Gb@Gc@Gd@^e@Gf@^g@^hijkijl@^mnopqqrrssttuuvvwwxyzz{||}~/quickcheck-classes-0.4.0-4BRzf78n9kSH2X1vfMd1FjTest.QuickCheck.ClassesLaws lawsTypeclasslawsProperties lawsCheck lawsCheckManyjsonLaws isListLaws showReadLaws semigroupLawseqLawsordLaws monoidLawscommutativeMonoidLaws integralLawsbitsLawsprimLaws storableLaws functorLawsalternativeLawsapplicativeLawsaltLaws monadLaws bifunctorLaws foldableLaws$fMonoidStatus$fSemigroupStatus $fMonoidAp $fSemigroupAp$fArbitraryChooseSecond$fShowChooseSecond$fArbitraryChooseFirst$fShowChooseFirst$fArbitraryLastNothing$fShowLastNothing$fArbitraryBottom $fShowBottom$fArbitraryApply $fShowApply $fMonoidApply$fSemigroupApply $fEqApply$fArbitraryApply2 $fShowApply2 $fEqApply2$fArbitraryLinearEquation$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>>=apData.Bifunctor Bifunctorbimapfirstsecond Data.FoldableFoldablefoldMapfoldrmappendmempty$!foldlfliptoListnullghc-prim GHC.TypesFalseTruelengthcopyPrimArrayToPtrcopyMutablePrimArray copyPrimArrayMutablePrimArray PrimArrayBitIndex EquationTwoEquationLinearEquationMLinearEquation_linearEquationLinear_linearEquationConstantApply2 getApply2ApplygetApplyBottomBottomUndefined BottomValue LastNothing ChooseFirst ChooseSecondApgetApStatusBadGood