shithub: MicroHs

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