diff options
author | Ben Sima <ben@bsima.me> | 2020-12-28 20:20:13 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-28 20:20:13 -0500 |
commit | 5b6c9313d0e766899eb3f3ce634e3fdaf6d68245 (patch) | |
tree | 1be27742f079801728566882df0f8fb65fda16c0 /.ghci | |
parent | 13148a011bbfc96042fbe3965d9dc2bd93a9a047 (diff) |
ide: add ftags script
Diffstat (limited to '.ghci')
-rw-r--r-- | .ghci | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |