shithub: MicroHs

ref: 4fd2c14e65ca5f9006bff00b2fbbd678c29942fe
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Primitives

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