ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

Nullary Constructors not shown #67

Closed jimcrayne closed 9 years ago

jimcrayne commented 10 years ago
$ hoogle BufferMode
System.IO data BufferMode
GHC.IO.Handle data BufferMode
... (LineBuffering::BufferMode does not show up.
     Nor is it listed in hoogle -i BufferMode)

LineBuffering::BufferMode does not show up; nor is it listed in hoogle -i BufferMode.

$ hoogle LineBuffering
System.IO LineBuffering :: BufferMode
GHC.IO.Handle LineBuffering :: BufferMode
ndmitchell commented 9 years ago

Fixed in the new version at https://github.com/ndmitchell/hogle, see http://hoogle.haskell.org/?hoogle=BufferMode for a working query.