shithub: MicroHs

ref: 2cf3c41c81f67d326e6f9b9fbbbff583e375afcb
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