Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. HaveNumber :: Int -> TestSequenceEvents

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

  2. haveNumber :: Int -> TestSequence a ()

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

  3. fromEnum :: Enum a => a -> Int

    faktory Faktory.Prelude

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  4. toEnum :: Enum a => Int -> a

    faktory Faktory.Prelude

    Convert from an Int.

  5. newtype ViaEnum a

    falsify Test.Falsify.GenDefault

    DerivingVia wrapper for Enum types

  6. ViaEnum :: a -> ViaEnum a

    falsify Test.Falsify.GenDefault

    No documentation available.

  7. unViaEnum :: ViaEnum a -> a

    falsify Test.Falsify.GenDefault

    No documentation available.

  8. overrideNumTests :: TestOptions -> Maybe Word

    falsify Test.Tasty.Falsify

    Override the number of tests

  9. uniqueNumList :: RandomGen g => Int -> Int -> Int -> Rand g (Maybe [Int])

    general-games Game.Implement.Card.Standard

    Return a list of unique numbers, of length s, drawn without replacement from the set [n..m]

  10. uniqueNumLists :: RandomGen g => [Int] -> Int -> Int -> Rand g (Maybe [[Int]])

    general-games Game.Implement.Card.Standard

    Return lists of lists of unique numbers, of length [s], drawn without replacement from the set [n..m]

Page 188 of many | Previous | Next