poker-eval-0.2.1: Binding to libpoker-eval

Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com
Safe HaskellNone

Data.Poker.Internal

Description

Importing this module gives you access to the inner workings of Data.Poker. Use with care.

Synopsis

Documentation

newtype NumericalHandValue Source

Isomorphic to HandValue but computed much more efficiently.

If possible, this is the structure to use.

newtype ConsecutiveHandValue Source

Isomorphic to HandValue but stored more efficiently.

This structure has the special property of being bounded and an enum. It is especially useful as an Array index.

newtype Card Source

Abstract representation of a card consisting of a Rank and a Suit

Constructors

Card CInt 

newtype CardSet Source

A set of cards.

Constructors

CardSet