Skip to content

Instantly share code, notes, and snippets.

@alem0lars-yr
alem0lars-yr / ghci
Created April 17, 2017 13:23
ghci config file (put it in ~/.ghci)
let ghciEscapeShellArg arg = ...
:def! search return . (":! hoogle --color " ++) . ghciEscapeShellArg
:def! doc return . (":! hoogle --info --color " ++) . ghciEscapeShellArg