shithub: MicroHs

ref: 8a6b73c2f818be805cf66e8ef165a383dfd8e173
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Prelude()              -- do not import Prelude
import Primitives

class Bounded a where
  minBound :: a
  maxBound :: a