RE: Programming style question

2002-01-14 Thread Mark P Jones
Hi Adrian, | Ah, now I see the issue seems to be closeley related to | full lazy lambda lifting. That's right ... | Do (should) Haskell compilers do this, as a general rule? | It all seems bit vague to me :-( I don't think they do, and I'm not sure they should because the transformation can, i

Re: differentiation. Reply

2002-01-14 Thread Jerzy Karczmarczuk
Ketil Z Malde adds a comment concerning the query of Zhe Fu: > > >>> Is there any built-in functions in Haskell to implement > >>> diffential operation and partial diffential operation? > >>> Or can anyone give me some advices about how to implement them > >>> with Haskell? Thanks. > Jerzy Karc

Re: differentiation. Reply

2002-01-14 Thread Ketil Z Malde
Alec <[EMAIL PROTECTED]> writes: > On Wednesday 09 January 2002 06:50 am, S.D.Mechveliani wrote: >> Zhe Fu <[EMAIL PROTECTED]> writes >>> Is there any built-in functions in Haskell to implement >>> diffential operation and partial diffential operation? >>> Or can anyone give me some advices abo