No, still no idea!
I tried curry f
where f :: (Num a) => (a, a) -> a
and it didn't like it.
For some reason I'm finding this a little chalenging.
Thanks, Paul
At 17:03 03/10/2007, you wrote:
On 10/3/07, PR Stanley <<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]> wrote:
I didn't even know about the curry and uncurry functions. I'm not
looking for the answer but some guidance would be much appreciated.
Thanks, Paul


You can look at the types without seeing the implementation, too. Just start up GHCI and type:

  :t curry

or

  :t uncurry

Justin

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to