Skip to content

Instantly share code, notes, and snippets.

@lgastako
Forked from npezolano/.ghci file
Created May 17, 2017 04:41
Show Gist options
  • Save lgastako/48bd62c84079d6c9fd5c43d52c880913 to your computer and use it in GitHub Desktop.
Save lgastako/48bd62c84079d6c9fd5c43d52c880913 to your computer and use it in GitHub Desktop.
.ghci file
: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