shithub: MicroHs

ref: 3eec9d59f513c7c1a1e99beeb9d72dfbbf50a54f
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