shithub: MicroHs

ref: dc87957a93aea9d3cb3d985159280f92f50fc2fa
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