ref: 0d07868cc5f5ff3ae18505f2be11b8de7fe05e2b 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