|
definition: |
class Bounded a where minBound, maxBound :: a |
|
documentation: |
| Instances of the class `Bounded` are types with minmal and maximal values. |
|
methods: |
["minBound :: a","maxBound :: a"] |
|
name: |
Bounded |