shithub: MicroHs

ref: 0d192383d2e1891faa578c21afd69eef6bbc83cf
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