From 5b6c9313d0e766899eb3f3ce634e3fdaf6d68245 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 28 Dec 2020 20:20:13 -0500 Subject: ide: add ftags script --- .ghci | 1 + 1 file changed, 1 insertion(+) (limited to '.ghci') 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" -- cgit v1.2.3