CurryInfo: base-3.3.0 / Prelude.Bounded

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