shithub: MicroHs

ref: 9afcafd33a81fc6c1f1134ed7c3580964b2d5e3b
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