ref: dd9af73109c039fca467fae8849742aded49ed6f dir: /lib/Data/Bounded.hs/
module Data.Bounded(module Data.Bounded) where import Primitives class Bounded a where minBound :: a maxBound :: a