shithub: MicroHs

ref: 14c55115ad7bee634e890d0c930942d0a121a787
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