ndmitchell / hoogle

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

Can't find `MonadTrans` #407

Open akrmn opened 1 year ago

akrmn commented 1 year ago

The following query https://hoogle.haskell.org/?hoogle=MonadTrans%20%2Btransformer shows no results, even though MonadTrans is definitely in the transformers package. Cf https://hoogle.haskell.org/?hoogle=lift%20%2Btransformers which does show the single method of said class. Perhaps Hoogle gets confused by the quantified constraint?