ref: 47e08fdc58fc4066e13445ac4587bc8d8b8fa5ad dir: /lib/Data/Bounded.hs/
module Data.Bounded(module Data.Bounded) where import Prelude() -- do not import Prelude import Primitives class Bounded a where minBound :: a maxBound :: a