bishbosh-0.1.3.0: Plays chess.
Safe HaskellSafe-Inferred
LanguageHaskell2010

BishBosh.Property.ForsythEdwards

Description

Synopsis

Types

Type-synonyms

Type-classes

class ReadsEPD a => ReadsFEN a where Source #

An alternative to Read.

Minimal complete definition

Nothing

Methods

readsFEN Source #

Arguments

:: ReadS a

Read a datum from FEN.

class ShowsEPD a => ShowsFEN a where Source #

An alternative to Show.

Minimal complete definition

Nothing

Methods

showsFEN Source #

Arguments

:: a 
-> ShowS

Stringify a FEN-datum.

Functions

readFEN :: ReadsFEN a => FEN -> a Source #

Read from FEN.

showFEN :: ShowsFEN a => a -> FEN Source #

Display in FEN.