shithub: MicroHs

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