Created
October 19, 2020 19:56
-
-
Save gustavofranke/40e5c75bac76256c87251e69fa8ec9e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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