[Haskell-cafe] Operator precedence
michael rice
nowgate at yahoo.com
Mon Sep 6 13:37:30 EDT 2010
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 at gmail.com> wrote:
From: Daniel Díaz <lazy.ddiaz at gmail.com>
Subject: Re: [Haskell-cafe] Operator precedence
To: "michael rice" <nowgate at yahoo.com>, haskell-cafe at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100906/b2132971/attachment.html
More information about the Haskell-Cafe
mailing list