Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
functionBoundedEnum :: (Eq a, Bounded a, Enum a) => (a -> b) -> a :-> bQuickCheck Test.QuickCheck.Function Provides a Function instance for types with Bounded and Enum. Use only for small types (i.e. not integers): creates the list [minBound..maxBound]!
chooseEnum :: Enum a => (a, a) -> Gen aQuickCheck Test.QuickCheck.Gen A fast implementation of choose for enumerated types.
getNumThreads :: NumThreads -> Inttasty Test.Tasty.Runners No documentation available.
type
FormatNumericPadding = Maybe Chartime Data.Time.Format.Internal No documentation available.
-
time Data.Time.Format.Internal No documentation available.
formatNumber :: ShowPadded i => Bool -> Int -> Char -> (t -> i) -> FormatOptions -> t -> Stringtime Data.Time.Format.Internal No documentation available.
formatNumberStd :: Int -> (t -> Integer) -> FormatOptions -> t -> Stringtime Data.Time.Format.Internal No documentation available.
TkNumber :: Number -> k -> Tokens k eaeson Data.Aeson.Decoding.Tokens No documentation available.
arbitraryBoundedEnum :: (Bounded a, Enum a) => Gen atasty-quickcheck Test.Tasty.QuickCheck Generates an element of a bounded enumeration.
chooseEnum :: Enum a => (a, a) -> Gen atasty-quickcheck Test.Tasty.QuickCheck A fast implementation of choose for enumerated types.