bishbosh-0.0.0.3: Plays chess.

Safe HaskellNone
LanguageHaskell2010

BishBosh.Model.Result

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines the result of a game.

Synopsis

Types

Data-types

data Result Source #

The ways in which a game can legally be terminated.

Constants

range :: [Result] Source #

The constant range of values.

Function

Constructor

Predicates

isDraw :: Result -> Bool Source #

Whether the game was drawn.