shithub: MicroHs

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