shithub: MicroHs

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