summaryrefslogtreecommitdiff
path: root/.ghci
diff options
context:
space:
mode:
Diffstat (limited to '.ghci')
-rw-r--r--.ghci1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ghci b/.ghci
index ab99d7c..f03d43b 100644
--- a/.ghci
+++ b/.ghci
@@ -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"