Skip to content

Instantly share code, notes, and snippets.

@david-hodgetts
Created March 18, 2014 10:59
Show Gist options
  • Save david-hodgetts/9617888 to your computer and use it in GitHub Desktop.
Save david-hodgetts/9617888 to your computer and use it in GitHub Desktop.
-- ghci.conf on windows
-- hoogle in ghci
-- requires hoogle on command line
-- $ cabal install hoogle
-- $ hoogle data
:def search (\ args -> return $ ":! hoogle " ++ args)
:def doc (\args -> return $ ":! hoogle --info" ++ args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment