toolshed-0.17.0.2: Ill-defined library.

Safe HaskellSafe
LanguageHaskell2010

ToolShed.Test.ReversibleEnum

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Facilities testing of custom implementations of Enum.

Synopsis

Functions

Predicates

isReversible :: (Eq r, Enum r) => r -> Bool Source #

Checks that composing toEnum & fromEnum is equivalent to the identity.