1 2 3 4 5 6 7 8 9 10
-- !!! Testing that Show for Addr is OK.. module Main(main) where import Addr main :: IO () main = do print (intToAddr maxBound) print (intToAddr minBound)