A "concrete" library?

I'm playing around with Data.Bits. It has .&. and .|. which I assume are functions (rather than operators) because I don't see and infix statement for them. Correct?

Michael

--- On Mon, 9/6/10, Daniel Díaz <lazy.ddiaz@gmail.com> wrote:

From: Daniel Díaz <lazy.ddiaz@gmail.com>
Subject: Re: [Haskell-cafe] Operator precedence
To: "michael rice" <nowgate@yahoo.com>, haskell-cafe@haskell.org
Date: Monday, September 6, 2010, 1:17 PM

Those are all operators in Prelude. See a concrete library for their operator precedences.

--
Daniel Díaz