How do I limit my search to a particular package or module with Hoogle?

102 views Asked by At

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.

1

There are 1 answers

0
Chris Stryczynski On

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