MicroHs-0.12.6.1: lib/Data/Bounded.hs
module Data.Bounded(module Data.Bounded) where import qualified Prelude() -- do not import Prelude import Primitives class Bounded a where minBound :: a maxBound :: a
module Data.Bounded(module Data.Bounded) where import qualified Prelude() -- do not import Prelude import Primitives class Bounded a where minBound :: a maxBound :: a