bishbosh-0.0.0.5: Plays chess.

Safe HaskellNone
LanguageHaskell2010

BishBosh.Input.StandardOpeningOptions

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines configurable options related to the process of searching standard-openings.
Synopsis

Types

Type-synonyms

type MatchSwitches = (TryToMatchMoves, TryToMatchViaJoiningMove, TryToMatchColourFlippedPosition) Source #

The switches used to control attempts to find a match amongst standard openings.

Data-types

Constants

tag :: String Source #

Used to qualify XML.

Functions

Constructor

mkStandardOpeningOptions :: TryToMatchMoves -> TryToMatchViaJoiningMove -> TryToMatchColourFlippedPosition -> StandardOpeningOptions Source #

Smart constructor.

Accessors