Skip to content

Instantly share code, notes, and snippets.

@npezolano
Created November 13, 2013 04:35
Show Gist options
  • Save npezolano/7443759 to your computer and use it in GitHub Desktop.
Save npezolano/7443759 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 \s -> return $ ":! pointfree \"" ++ s ++ "\""
@lgastako
Copy link

I think you mean :def pl return . (":! pointfree \"" ++) . (++ "\"") :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment