shithub: MicroHs

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