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