reactive-0.9.4: Simple foundation for functional reactive programmingSource codeContentsIndex
Data.AddBounds
Stabilityexperimental
Maintainerconal@conal.net
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
show/hide Instances
Produced by Haddock version 2.3.0