Created
January 20, 2020 02:32
-
-
Save DKurilo/b7d340dbdab3c4ac104e2641413416dc 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
:set prompt "\ESC[1;34m\x03BB> \ESC[m" | |
:set prompt-cont "\ESC[1;34m > \ESC[m" | |
:seti -XGADTSyntax | |
:seti -XGeneralizedNewtypeDeriving | |
:seti -XInstanceSigs | |
:seti -XLambdaCase | |
:seti -XPartialTypeSignatures | |
:seti -XScopedTypeVariables | |
:seti -XTypeApplications | |
:seti -XOverloadedStrings | |
:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\"" | |
:def doc \x -> return $ ":!hoogle --info \"" ++ x ++ "\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment