bishbosh-0.1.2.0: Plays chess.
Safe HaskellSafe-Inferred
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.

Methods

getOpposite :: a -> a Source #