Skip to content
Steve Mao edited this page Sep 12, 2019 · 6 revisions

Today I Learned

Install Hoogle on your local machine and use it with GHCi

Screen Shot 2019-08-17 at 4 28 44 pm

$ cabal install hoogle
# Or
stack install hoogle

:def hoogle \s -> return $ ":! hoogle --count=15 "" ++ s ++ """

Clone this wiki locally