Yes, you repeated what I said. That search finds nothing. But it is wrong. A search for "bitwise" finds https://wiki.haskell.org/Ord_instance The context of "bitwise" on that page is "bitwise AND". My question remains. Date: Tue, 24 Mar 2020 01:33:48 +0100 From: "Henk-Jan van Tuyl" <b.vantuyl1@upcmail.nl> If you enter "bitwise AND" with the quotes, the wiki searches for these words next to each other; there is no page with such an occurrence. Regards, Henk-Jan van Tuyl On Sat, 21 Mar 2020 15:18:07 +0100, Doug McIlroy <doug@cs.dartmouth.edu> wrote:
Why does a search for "bitwise" in the Haskell wiki find an instance of "bitwise AND", whereas a search for "bitwise AND" or "bitwise and" (in quotes) finds nothing?
Is this a bug or a (mis)feature?
Doug McIlroy