Last active
March 21, 2020 13:32
-
-
Save songpp/6e9ff6937f206f69fd16877c859a5b83 to your computer and use it in GitHub Desktop.
dev .ghci
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
:set -XGADTs | |
:set -XOverloadedStrings | |
import Data.Text (Text) | |
import qualified Data.Text as T | |
import qualified Data.Text.Lazy.IO as LT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment