shithub: MicroHs

ref: 6deb7698801b1d644c9d3a8bc94cd22adc8490f5
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