Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. enumLaws :: (Enum a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Tests the following properties:

    This only works for Enum types that are not bounded, meaning that succ and pred must be total. This means that these property tests work correctly for types like Integer but not for Int. Sadly, there is not a good way to test fromEnum and toEnum, since many types that have reasonable implementations for succ and pred have more inhabitants than Int does.

  2. log_backup_number :: FileLogSpec -> Int

    fast-logger System.Log.FastLogger.File

    Max number of rotated log files to keep around before overwriting the oldest one.

  3. frameDelayDenuminator :: APngFrameControl -> !Word16

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  4. frameDelayNumerator :: APngFrameControl -> !Word16

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  5. frameSequenceNum :: APngFrameControl -> !Word32

    JuicyPixels Codec.Picture.Png.Internal.Type

    Starting from 0

  6. KeySizeEnum :: [Int] -> KeySizeSpecifier

    cryptonite Crypto.Cipher.Types

    one of the specified values

  7. newtype PrivateNumber

    cryptonite Crypto.PubKey.DH

    Represent Diffie Hellman private number X.

  8. PrivateNumber :: Integer -> PrivateNumber

    cryptonite Crypto.PubKey.DH

    No documentation available.

  9. newtype PublicNumber

    cryptonite Crypto.PubKey.DH

    Represent Diffie Hellman public number Y.

  10. PublicNumber :: Integer -> PublicNumber

    cryptonite Crypto.PubKey.DH

    No documentation available.

Page 178 of many | Previous | Next