Re: [Haskell-cafe] How to solve this problem?It's quite easy in PHP.

18 Feb
2007
18 Feb
'07
8:43 a.m.
On Fri, 16 Feb 2007 22:44:25 +0100, David House
On 16/02/07, Henk-Jan van Tuyl
wrote: Yet simpler:
formatTableItems (a,b) = a : " = " ++ (show b) ++ "\n"
You can drop the parentheses around 'show b'; infix function application always binds tighter than pretty much everything else.
I missed that one; of course I knew it, but you could say it's in my passive vocabulary. -- Met vriendelijke groet, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ -- Using Opera's revolutionary e-mail client: https://secure.bmtmicro.com/opera/buy-opera.html?AID=789433
6668
Age (days ago)
6668
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henk-Jan van Tuyl