You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a bug in Haddock. Probably an old Haddock (the first package is 4 years old). But given bad input in, there's not much hope of Hoogle getting this right.
By mistake, I searched for
Monad m => m m a -> m a
(instead ofMonad m => m (m a) -> m a
), and still got results:But in both packages,
join
is actually reexported fromControl.Monad
, and has signaturejoin :: Monad m => m (m a) -> m a
If I search for
Monad m => m (m a) -> m a
, then I don't see xlsx-tabular Codec.Xlsx.Util.Tabular.Imports and control-monad-free Control.Monad.Free listed, so something wrong might happen when these packages are parsed/indexed.The text was updated successfully, but these errors were encountered: