Safe Haskell | None |
---|---|
Language | Haskell2010 |
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- https://www.chessprogramming.org/Warren_D._Smith.
Synopsis
- data Smith
- notation :: Notation
- regexSyntax :: String
- fromQualifiedMove :: QualifiedMove -> Smith
Types
Data-types
Defines a move, to enable io in Smith/-notation.
Constants
Define the parameters of the notation, using the minimum permissible values for x & y coordinates.
regexSyntax :: String Source #
Defines using a regex, the required syntax.
Functions
Constructor
fromQualifiedMove :: QualifiedMove -> Smith Source #
Constructor.