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. allPair :: [[PlayingCard]]

    general-games Game.Game.Poker

    All pairs in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  2. allPossibleHands :: [[PlayingCard]]

    general-games Game.Game.Poker

    All possible hands of a full deck of playing cards

  3. allRoyalFlush :: [[PlayingCard]]

    general-games Game.Game.Poker

    All royal flushes in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  4. allStraight :: [[PlayingCard]]

    general-games Game.Game.Poker

    All straights in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  5. allStraightFlush :: [[PlayingCard]]

    general-games Game.Game.Poker

    All straight flushes in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  6. allThreeOfAKind :: [[PlayingCard]]

    general-games Game.Game.Poker

    All three-of-a-kind in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  7. allTwoPair :: [[PlayingCard]]

    general-games Game.Game.Poker

    All two pairs in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  8. all0 :: Hex

    ghci-hexcalc Data.GHex

    0x0

  9. all1 :: Hex

    ghci-hexcalc Data.GHex

    inv 0x0

  10. allProperties :: PropertyMap m => m p v -> [p v]

    greskell Data.Greskell.Graph.PropertyMap

    Return all properties in the map.

Page 133 of many | Previous | Next