Open ndmitchell opened 7 years ago
Looking at the file file http://hackage.haskell.org/package/base-4.10.0.0/docs/base.txt, I see:
(+, -, *) :: Num a => a -> a -> a
(+, -, *) :: Num a => a -> a -> a
(+, -, *) :: Num a => a -> a -> a
So I guess treating that specially, and deduplicating. Or alternatively, special case those 3.
See http://hoogle.haskell.org/?hoogle=%2B - observe base/Prelude is not a listed answer.