Re: operators and fixity declarations

1998-11-11 Thread David Feuer
Libor Skarvada wrote: > > David Feuer writes: > > I really don't like the fact that the unary "-" is special in Haskell. > > I propose that along with infix operators, Haskell support prefix and > > postfix operators. The negative function could be renamed to, randomly, > > %-. > > Mixing prefi

operators and fixity declarations

1998-11-10 Thread David Feuer
I really don't like the fact that the unary "-" is special in Haskell. I propose that along with infix operators, Haskell support prefix and postfix operators. The negative function could be renamed to, randomly, %-. I also suggest that the operators be divided into categories, and their names