Neil Mitchell wrote:
Hi,

You could try Hoogle <URL: http://haskell.org/hoogle/ >,
though entering Int -> [Char] isn't very helpful,

A known "issue", Hoogle 4 will know about [Char] = String, and will
also be tweaked to give show first in this instance.

Thanks

Neil
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

You can use show :: (Show a) => a -> String
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to