ref: ff8c6e91a7c2369b3e8806ed460b4bf9b4bf6bae dir: /lib/Data/Bounded.hs/
module Data.Bounded(module Data.Bounded) where import Prelude() -- do not import Prelude import Primitives class Bounded a where minBound :: a maxBound :: a