From 370fc093ce84f271ccabfafa142eb49742e05a60 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 13 Aug 2016 21:30:49 +0200 Subject: .ghci: add :hoogle --- .GHC/ghci.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.GHC/ghci.conf') 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 ++ "\"" -- cgit v1.2.3