summaryrefslogtreecommitdiff
path: root/.ghci
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-12-28 20:20:13 -0500
committerBen Sima <ben@bsima.me>2020-12-28 20:20:13 -0500
commit5b6c9313d0e766899eb3f3ce634e3fdaf6d68245 (patch)
tree1be27742f079801728566882df0f8fb65fda16c0 /.ghci
parent13148a011bbfc96042fbe3965d9dc2bd93a9a047 (diff)
ide: add ftags script
Diffstat (limited to '.ghci')
-rw-r--r--.ghci1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ghci b/.ghci
index 18c5aa9..3f7039a 100644
--- a/.ghci
+++ b/.ghci
@@ -7,3 +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"