[project @ 1999-01-28 17:10:52 by simonpj]
[ghc-hetmet.git] / ghc / interpreter / test / runtime / r002.hs
1 --!!! Testing show minInt (interesting if minInt /= -maxInt)
2
3 a1 = show (maxBound::Int) 
4 a2 = show (-maxBound::Int)
5 a3 = show (minBound::Int)