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