ndmitchell / hoogle

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

Meaningful `TyParen`s are being dropped in search results #422

Closed rhendric closed 2 months ago

rhendric commented 2 months ago

Search for MonadTrans, and you'll see this:

class MonadTrans (t :: Type -> Type -> Type -> Type)

But the kind of t should be (Type -> Type) -> Type -> Type.

rhendric commented 2 months ago

Ah, this is a duplicate of #388.