shithub: MicroHs

ref: 66347eb73994b7094cb5b35e4750aaccffaad62e
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