quickcheck-quid-0.0.1.3: Quasi-unique identifiers for QuickCheck
Safe HaskellSafe-Inferred
LanguageHaskell2010

Internal.Test.QuickCheck.Quid.Representations

Documentation

nonEmptyListToQuid :: forall a. (Bounded a, Enum a) => NonEmpty a -> Quid Source #

nonEmptyListFromQuid :: forall a. (Bounded a, Enum a) => Quid -> NonEmpty a Source #

boundedEnumCardinality :: forall a. (Bounded a, Enum a) => Proxy a -> Int Source #