shithub: MicroHs

ref: 2fd27e0eebe1993daabf11bebd1f5438741b36c1
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