shithub: MicroHs

ref: 8a4446b5c6df295fa868c701fc3edafdb1b36c93
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