Created
January 28, 2018 17:07
-
-
Save sajith/a9813192a6066542e8fbc3359818dfd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set prompt "λ » " | |
:def h \x -> return $ ":!hoogle -n 15 \"" ++ x ++ "\"" | |
:def hoogle \x -> return $ ":!hoogle -n 15 \"" ++ x ++ "\"" | |
:def doc \x -> return $ ":!hoogle --info \"" ++ x ++ "\"" | |
:def hlint \x -> return $ ":!hlint \"" ++ x ++ "\"" | |
:def package \m -> return $ ":!ghc-pkg --simple-output find-module " ++ m | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment