reactive-0.10.0: Simple foundation for functional reactive programming
Source code
Contents
Index
Data.AddBounds
Stability
experimental
Maintainer
[email protected]
Description
Add bounds to an ordered type
Synopsis
data
AddBounds
a
=
MinBound
|
NoBound
a
|
MaxBound
Documentation
data
AddBounds
a
Source
Wrap a type into one having new least and greatest elements, preserving the existing ordering.
Constructors
MinBound
NoBound
a
MaxBound
Instances
Bounded
(
AddBounds
a)
Eq
a =>
Eq
(
AddBounds
a)
Ord
a =>
Ord
(
AddBounds
a)
Read
a =>
Read
(
AddBounds
a)
Show
a =>
Show
(
AddBounds
a)
Arbitrary
a =>
Arbitrary
(
AddBounds
a)
(
EqProp
a,
Eq
a) =>
EqProp
(
AddBounds
a)
Produced by
Haddock
version 2.4.2