[Haskell-cafe] Unicode Haskell source -- Yippie!

Rustom Mody rustompmody at gmail.com
Wed Apr 30 11:24:14 UTC 2014


On Wed, Apr 30, 2014 at 2:33 PM, Daniel Fischer <
daniel.is.fischer at googlemail.com> wrote:

> On Wednesday 30 April 2014, 13:51:38, Rustom Mody wrote:
> > Without claiming to cover all cases, this is a 'principle'
> > If we have:
> > (⊞) :: a -> a -> b
> > (⟐) :: b -> b -> c
> > then ⊞'s precedence should be higher than ⟐.
> But what if (⟐) :: b -> b -> a?
>

Sorry, missed that question tucked away :-)
I did say a (not the) principle, not claiming to cover all cases!

I guess it should be non-associative (ie infix without l/r) same precedence?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140430/bee76553/attachment.html>


More information about the Haskell-Cafe mailing list