diff options
Diffstat (limited to '.ghci')
-rw-r--r-- | .ghci | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ :def hoogle \s -> return $ ":! hoogle search --count=15 \"" ++ s ++ "\"" :def hdoc \s -> return $ ":! hoogle search --info \"" ++ s ++ "\"" :def f \_ -> return $ ":! ftags \n:r" +:def test \_ -> return $ ":main test" |