-
-
Save lgastako/48bd62c84079d6c9fd5c43d52c880913 to your computer and use it in GitHub Desktop.
.ghci file
This file contains 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 "λ: " | |
:set -fno-warn-unused-imports | |
:def hlint const . return $ ":! hlint \"src\"" | |
:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\"" | |
:def pl return . (":! pointfree \"" ++) . (++ "\"") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment