[Haskell-cafe] Re: [Haskell-beginners] map question

oleg at okmij.org oleg at okmij.org
Tue Oct 20 03:03:05 EDT 2009


> Something I wonder from time to time if it would be a good thing or
> not is to allow
>   a `f g` b
> to mean
>   f g a b

You don't have to wonder:
	http://www.haskell.org/haskellwiki/Infix_expressions

Granted, you have to use different characters rather than the
backquote. On the other hand, you can play with infix expressions
right now, on any Haskell98 system.




More information about the Haskell-Cafe mailing list