shithub: MicroHs

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