bishbosh-0.0.0.6: Plays chess.

Safe HaskellNone
LanguageHaskell2010

BishBosh.UI.SetObject

Contents

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 SearchDepth 
Instances
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 :: SearchDepth -> SetObject Source #

Smart constructor.