diff options
-rw-r--r-- | .GHC/ghci.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.GHC/ghci.conf b/.GHC/ghci.conf index 8e196db..549c681 100644 --- a/.GHC/ghci.conf +++ b/.GHC/ghci.conf @@ -1,3 +1,4 @@ :set prompt "> " :set prompt2 "" :seti -w +:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\"" |