Hi,

Is there a way to read Showables?

main = do
    putStrLn $ show $ read

Thanks

-John