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.

  1. functionBoundedEnum :: (Eq a, Bounded a, Enum a) => (a -> b) -> a :-> b

    QuickCheck 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]!

  2. chooseEnum :: Enum a => (a, a) -> Gen a

    QuickCheck Test.QuickCheck.Gen

    A fast implementation of choose for enumerated types.

  3. getNumThreads :: NumThreads -> Int

    tasty Test.Tasty.Runners

    No documentation available.

  4. type FormatNumericPadding = Maybe Char

    time Data.Time.Format.Internal

    No documentation available.

  5. data ParseNumericPadding

    time Data.Time.Format.Internal

    No documentation available.

  6. formatNumber :: ShowPadded i => Bool -> Int -> Char -> (t -> i) -> FormatOptions -> t -> String

    time Data.Time.Format.Internal

    No documentation available.

  7. formatNumberStd :: Int -> (t -> Integer) -> FormatOptions -> t -> String

    time Data.Time.Format.Internal

    No documentation available.

  8. TkNumber :: Number -> k -> Tokens k e

    aeson Data.Aeson.Decoding.Tokens

    No documentation available.

  9. arbitraryBoundedEnum :: (Bounded a, Enum a) => Gen a

    tasty-quickcheck Test.Tasty.QuickCheck

    Generates an element of a bounded enumeration.

  10. chooseEnum :: Enum a => (a, a) -> Gen a

    tasty-quickcheck Test.Tasty.QuickCheck

    A fast implementation of choose for enumerated types.

Page 146 of many | Previous | Next