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