shithub: MicroHs

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