ref: 5f1eafa05adeb65e2cd1f6db83d9cbd88c2cb0d9 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