
12 Nov
2004
12 Nov
'04
3:07 p.m.
On Fri, 12 Nov 2004, John Goerzen wrote:
On 2004-11-12, Henning Thielemann
wrote: test3 :: Int -> (Int -> String) -> String
?
Yes.
Then the implementation could be written as
test3 x f = (show x ++) . f
Tried that, but:
Sorry, it must be: test3 :: Int -> (Int -> String) -> Int -> String