Skip to content

Instantly share code, notes, and snippets.

@dtchepak
Created August 22, 2013 23:46
Show Gist options
  • Save dtchepak/6314088 to your computer and use it in GitHub Desktop.
Save dtchepak/6314088 to your computer and use it in GitHub Desktop.
~/.ghci
: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