Created
May 31, 2016 23:39
-
-
Save tobia/beafdbf91cabc72466f2debe7ba825d5 to your computer and use it in GitHub Desktop.
Haskell configuration
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 prompt "\ESC[31;1m\STXλ>\ESC[m\STX " | |
:set -XOverloadedStrings | |
:set -XNegativeLiterals | |
:def pf \str -> return $ ":! pointfree '" ++ str ++ "'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment