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