shithub: MicroHs

ref: 8d3dbf03687a46aa0db60aaf73abe95eb30f05e8
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