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