bishbosh-0.0.0.6: Plays chess.

Safe HaskellNone
LanguageHaskell2010

BishBosh.Input.PGNOptions

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines configurable options for PGN-processing.
Synopsis

Types

Type-synonyms

Data-types

data PGNOptions Source #

Defines the options related to PGN.

Instances
Eq PGNOptions Source # 
Instance details

Defined in BishBosh.Input.PGNOptions

Show PGNOptions Source # 
Instance details

Defined in BishBosh.Input.PGNOptions

NFData PGNOptions Source # 
Instance details

Defined in BishBosh.Input.PGNOptions

Methods

rnf :: PGNOptions -> () #

Default PGNOptions Source # 
Instance details

Defined in BishBosh.Input.PGNOptions

Methods

def :: PGNOptions #

XmlPickler PGNOptions Source # 
Instance details

Defined in BishBosh.Input.PGNOptions

Constants

tag :: String Source #

Used to qualify XML.

databaseFilePathTag :: String Source #

Used to qualify XML.

Functions

Constructor

mkPGNOptions Source #

Arguments

:: FilePath

Database file-path.

-> IsStrictlySequential 
-> ValidateMoves 
-> TextEncoding 
-> [Tag]

Optional identification tags.

-> NMoves

The minimum plies.

-> PGNOptions 

Smart constructor.