shithub: MicroHs

ref: 822f04474a2e0b91cd30a9ab5e652ed2c84057ce
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