show 1
show True
show "abc"
show [1, 2, 3]
show (1, False, 'a')
read "123"
read "123" :: Int
read "123" :: Float
