Skip to content

Instantly share code, notes, and snippets.

@thekarel
Created April 1, 2014 12:44
Show Gist options
  • Select an option

  • Save thekarel/9913217 to your computer and use it in GitHub Desktop.

Select an option

Save thekarel/9913217 to your computer and use it in GitHub Desktop.
Prelude> show 3
"3"
Prelude> read $ show 3 :: Int
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment