ref: dc87957a93aea9d3cb3d985159280f92f50fc2fa 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