shithub: MicroHs

ref: 0b3fe41bcdbd97c238b09b34927eae2fa6ae2597
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