general-games-0.3.0: Library supporting simulation of a number of games

Safe HaskellSafe
LanguageHaskell2010

Game.Game.Poker

Documentation

data AceRank Source #

Constructors

AceHigh 
AceLow 

choose :: Ord r => Int -> [r] -> [[r]] Source #