Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.HCard.Instances
Description
Author : Joe Fredette License : BSD3 Copyright : Joe Fredette
Maintainer : Joe Fredette jfredett.at.gmail.dot.com Stability : Unstable Portability : portable
Documentation
The Suits of the so-called French deck, the most common American deck of cards.
The Indices of the french deck
type ClassicDeck = Deck Suit Index Source
type ClassicDeckST = DeckST Suit Index Source
type ClassicHand = Hand Suit Index Source
deal :: Int -> Int -> ClassicDeckST [ClassicHand] Source
Wrapper which forces the polymorphic dealHands to work with French-deck cards only.