2

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.

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

1 Answers1

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