-
-
Save alem0lars-yr/b0ba912dbf152be538f8eee85153e06c to your computer and use it in GitHub Desktop.
ghci config file (put it in ~/.ghci)
This file contains 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
let ghciEscapeShellArg arg = ... | |
:def! search return . (":! hoogle --color " ++) . ghciEscapeShellArg | |
:def! doc return . (":! hoogle --info --color " ++) . ghciEscapeShellArg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODO check if working and add
ghciEscapeShellArg