[project @ 1998-12-02 13:17:09 by simonm]
[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)