SyntaxFix
Write A Post
Hire A Developer
Questions
The opposite of read is show.
read
show
Prelude> show 3 "3" Prelude> read $ show 3 :: Int 3