Function lookup on Hoogle CLI doesn't show function descriptions

60 Views Asked by At

When I search for nub on haskell.org/hoogle, it returns a list of matching functions along with helpful descriptions, such as "The nub function removes duplicate elements from a list". Is there any way to get this functionality from the Hoogle CLI?

0

There are 0 best solutions below