[Haskell-cafe] Fractional/negative fixity?

Henning Thielemann haskell at henning-thielemann.de
Tue Nov 7 06:00:37 EST 2006


On Mon, 6 Nov 2006, Bulat Ziganshin wrote:

> Hello Henning,
> 
> Monday, November 6, 2006, 1:27:54 PM, you wrote:
> 
> >> print msg `on` mode==debug
> >> 
> >> but failed because my code frequently contains '$' and there is no way
> >> to define operation with a lower precedence
> 
> > This could be solved by the solutions proposed in this thread:
> > 
> > http://www.haskell.org/pipermail/haskell-cafe/2006-October/018923.html
> 
> it's too complex for my purposes. -1 priority is enough

This reminds me on good old BASIC programming days, where we numbered
lines in steps of 10, in order to be able insert lines later.  
Unfortunately, BASIC never supported negative nor fractional line numbers.
:-)


More information about the Haskell-Cafe mailing list