shithub: MicroHs

ref: 68ad75d957e8ea0fab50b3ca8884f9927dd5ebbe
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