shithub: MicroHs

ref: 37df8d55b88a782f23bd86adf61f728a99ea015e
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