bishbosh-0.0.0.2: Plays chess.

Safe HaskellSafe
LanguageHaskell2010

BishBosh.Property.Opposable

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
An interface for data which have the concept of an opposite.

Synopsis

Type-classes

class Opposable a where Source #

An interface which data which have the concept of an opposite, may implement.

Minimal complete definition

getOpposite

Methods

getOpposite :: a -> a Source #