shithub: MicroHs

ref: 4c3d3b610e066cc7273af215c2a401df3ef704b9
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