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 <[email protected]> wrote: From: Daniel Díaz <[email protected]> Subject: Re: [Haskell-cafe] Operator precedence To: "michael rice" <[email protected]>, [email protected] 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
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
