putStrLn ("Product: " ++ convertnumbertostring(pp))

Also, there is a predefined function called 'print' where

print x = putStr (convertnumbertostring x)
i.e.
print x = putStr (show x)

 Jared.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to