Re: [pure-lang-users] Local variables in guards
Status: Beta
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-08-09 11:16:53
|
Albert Graef wrote: > E.g., the following will give x^3+2*x: > > (foo x with foo x = x^3 end) + (foo x with foo x = 2*x end); > > At least it should. As I just discovered, in reality it gives x^3+x^3 > instead. Oh well, that's a bug that I need to fix. ;-) This was quite a bit more work than expected, but I fixed it now. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |