shithub: MicroHs

ref: b60e10b8e89e2920229f0ded903fd7f3cba34d6e
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