Safe Haskell | None |
---|---|
Language | Haskell98 |
PlayTak
Documentation
acceptGame :: PlayTakClient -> GameNumber -> IO () Source #
sendPlay :: PlayTakClient -> GameNumber -> Play -> IO () Source #
data PlayTakMsg Source #
Constructors
Instances
data PlayTakClient Source #
Constructors
PlayTakClient | |
Fields |
type GameNumber = Int Source #
data PlayTakMsg Source #
Constructors
Instances
Constructors
RoadScore | |
FlatScore | |
DrawScore | |
ZeroScore | |
AbandonScore |
playTakClient :: PlayTakHandler a -> a -> IO () Source #