Created
August 22, 2013 23:46
-
-
Save dtchepak/6314088 to your computer and use it in GitHub Desktop.
~/.ghci
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 "ghci> " | |
-- Configure :pf to call pointfree command line tool | |
:def pf \str -> return $ ":! pointfree \"" ++ str ++ "\"" | |
-- Hoogle | |
:def hoogle \str -> return $ ":! hoogle --count=15 \"" ++ str ++ "\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment