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

BishBosh.Data.Enum

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines a translation between enumerable types.
Synopsis

Functions

translate :: (Enum a, Enum b) => (Int -> Int) -> a -> b Source #

Translate between enumerable types.