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.
-
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.
allPossibleHands :: [[PlayingCard]]general-games Game.Game.Poker All possible hands of a full deck of playing cards
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.
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.
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.
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.
-
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.
-
ghci-hexcalc Data.GHex 0x0
-
ghci-hexcalc Data.GHex inv 0x0
allProperties :: PropertyMap m => m p v -> [p v]greskell Data.Greskell.Graph.PropertyMap Return all properties in the map.