PlayingCards-0.2.0.0: Playing cards api
PlayingCards.Deck
card :: Rank -> Suit -> CardSource
spades :: SuitSource
hearts :: SuitSource
clubs :: SuitSource
diamonds :: SuitSource
ace :: RankSource
king :: RankSource
queen :: RankSource
jack :: RankSource
ten :: RankSource
nine :: RankSource
eight :: RankSource
seven :: RankSource
six :: RankSource
five :: RankSource
four :: RankSource
three :: RankSource
two :: RankSource
dealCard :: Deck -> (Card, Deck)Source
containsCard :: Card -> Deck -> BoolSource
newDeck :: DeckSource
cardsLeft :: Deck -> IntSource