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