hoogle icon indicating copy to clipboard operation
hoogle copied to clipboard

+ not found in Prelude

Open ndmitchell opened this issue 8 years ago • 1 comments

See http://hoogle.haskell.org/?hoogle=%2B - observe base/Prelude is not a listed answer.

ndmitchell avatar May 08 '17 21:05 ndmitchell

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.

ndmitchell avatar Jul 30 '17 13:07 ndmitchell