quickcheck-quid-0.0.1: Quasi-unique identifiers for QuickCheck
Safe HaskellNone
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 #