barecheck-0.2.0.6: QuickCheck implementations for common types

Safe HaskellSafe-Inferred
LanguageHaskell2010

Barecheck.Util

Synopsis

Documentation

varInt :: Int -> Gen b -> Gen b Source

variant monomorphised to Int; eliminates type defaulting compiler warnings.