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