úÎ#¯     None<=?A class of types that are the result of functions that can fail'You should not use this class yourself.NA value of arbitrary type, used to specify which type to generate a spec for.A combination of  arbitrarySpec and  validitySpecExample usage: genspec (proxy :: MyData)A Spec that specifies that  arbitrary# only generates data that satisfy isValid and that shrink" only produces data that satisfy isValid.Example usage: arbitrarySpec (proxy :: MyData)A Spec that specifies that genValid% only generates valid data and that  genInvalid only generates invalid data.jIn general it is a good idea to add this spec to your test suite if you write a custom implementation of genValid or  genInvalid.Example usage: validitySpec (proxy :: MyData)dThe function produces valid output when the input is generated as specified by the given generator.CThe function produces valid output when the input is generated by  genUnchecked CThe function produces valid output when the input is generated by genValid FThe function succeeds if the input is generated by the given generator3The function succeeds if the input is generated by genValidCThe function fails if the input is generated by the given generator0The function fails if the input is generated by  genInvalid,The function produces output that satisfies isValid@ if it is given input that is generated by the given generator.,The function produces output that satisfies isValid, if it is given input that is generated by  genUnchecked.           !"0genvalidity-hspec-0.1.0.1-Lgm2JAhrRUq6fi9V13sj9wData.GenValidity.HspecCanFail hasFailedresultIfSucceededproxygenspec arbitrarySpec validitySpecproducesValidsOnGenalwaysProducesValidproducesValidsOnValidsproducesValidsOnGens2alwaysProducesValid2producesValidsOnValids2 succeedsOnGensucceedsOnValidInput failsOnGenfailsOnInvalidInputvalidIfSucceedsOnGenvalidIfSucceeds$fCanFailEither$fCanFailMaybe'validity-0.1.0.0-CaJf8KKVjlnEeuwwWCtaFo Data.ValidityValidityisValid*genvalidity-0.1.0.0-5j5Npj2AkRl8TjU7nQFzvKData.GenValidity genListOf GenValidity genUncheckedgenValid genInvalid