shithub: MicroHs

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