shithub: MicroHs

ref: 861e99a0e01196b026830428e7c71517c31fb2a4
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