CurryInfo: base-3.4.0 / Prelude.Bounded

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