toolshed-0.15.0.1: Utilities used by other packages.

Safe HaskellSafe-Inferred
LanguageHaskell98

ToolShed.Test.ReversibleBoundedEnum

Contents

Description

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

Synopsis

Functions

Predicates

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

Checks that composing pred & succ is equivalent to the identity.