I remember reading that you can limit your search query to a particular module or package. But I can't seem to find anything on Google.
Asked
Active
Viewed 95 times
2
-
1Here's the [Hoogle documentation](https://github.com/ndmitchell/hoogle/blob/master/README.md#scope) on how to do it. – 4castle Jun 12 '17 at 22:36
-
Thanks, just found that! – Chris Stryczynski Jun 12 '17 at 22:40
-
You can also use stackage which allows you to search within the package from that particular packages's index page. – Saurabh Nanda Jun 15 '17 at 16:47
1 Answers
0
From https://wiki.haskell.org/Hoogle#Searches:
Packages: Searches can be restricted to a particular package with +packagename, or to avoid a package with -package. By default Hoogle will search a standard set of packages.
Example: get +scotty

Chris Stryczynski
- 30,145
- 48
- 175
- 286