Skip to content

Instantly share code, notes, and snippets.

@gustavofranke
Created October 19, 2020 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustavofranke/40e5c75bac76256c87251e69fa8ec9e0 to your computer and use it in GitHub Desktop.
Save gustavofranke/40e5c75bac76256c87251e69fa8ec9e0 to your computer and use it in GitHub Desktop.
Data.Time> :t "foo"
"foo" :: [Char]
Data.Time> :set -XOverloadedStrings
Data.Time> :t "foo" "foo" :: Data.String.IsString p => p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment