diff options
Diffstat (limited to '.ghci')
-rw-r--r-- | .ghci | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ :def iq (\arg -> let [x, y] = Prelude.words arg in return $ "import qualified " ++ x ++ " as " ++ y) :def hoogle \s -> return $ ":! hoogle search --count=15 \"" ++ s ++ "\"" :def hdoc \s -> return $ ":! hoogle search --info \"" ++ s ++ "\"" -:def f \_ -> return $ ":! ftags" +:def f \_ -> return $ ":! ftags \n:r" |