bishbosh-0.1.4.0: Plays chess.
Safe HaskellNone
LanguageHaskell2010

BishBosh.Time.GameClock

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines two stop-watches, exactly one of which is running at any time.
Synopsis

Types

Data-types

data GameClock Source #

Models a game-clock, in which each player owns a personal stop-watch, exactly one of which is running at any one time.

Functions

showsElapsedTimes :: NDecimalDigits -> GameClock -> IO ShowS Source #

Show the elapsed times.