bishbosh-0.0.0.4: Plays chess.

Safe HaskellSafe
LanguageHaskell2010

BishBosh.UI.PrintObject

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines the things a user can print.
Synopsis

Types

Data-types

data PrintObject Source #

The type of an object that the user may want to be printed.

Constructors

Board 
Configuration 
FEN 
Game 
Help 
Moves 
PGN 

Constants

boardTag :: String Source #

Input-format.

fenTag :: String Source #

Input-format.

gameTag :: String Source #

Input-format.

helpTag :: String Source #

Input-format.

movesTag :: String Source #

Input-format.

pgnTag :: String Source #

Input-format.

range :: [PrintObject] Source #

The constant unordered list of possible values.

Functions

autoComplete :: ShowS Source #

Replace the first word of the specified string with the name of a command of which it is an unambiguous case-insensitive prefix.