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