bishbosh-0.1.1.0: Plays chess.
Safe HaskellNone
LanguageHaskell2010

BishBosh.UI.SetObject

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines the fields a user can mutate.
Synopsis

Types

Data-types

newtype SetObject Source #

The fields a user can mutate; currently there's only one.

Constructors

SearchDepth NPlies 

Instances

Instances details
Eq SetObject Source # 
Instance details

Defined in BishBosh.UI.SetObject

Read SetObject Source # 
Instance details

Defined in BishBosh.UI.SetObject

Show SetObject Source # 
Instance details

Defined in BishBosh.UI.SetObject

NFData SetObject Source # 
Instance details

Defined in BishBosh.UI.SetObject

Methods

rnf :: SetObject -> () #

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.

Constructors

mkSearchDepth :: NPlies -> SetObject Source #

Smart constructor.