shithub: MicroHs

ref: 747bad07c02e0d2855ab1d2d1c5db19f7181464c
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Prelude()              -- do not import Prelude
import Primitives

class Bounded a where
  minBound :: a
  maxBound :: a