shithub: MicroHs

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