Sven Panne <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: > > [...] > > > %fun mirror :: Polar -> Polar > > > %call (< polarToCart / cartToPolar > (int x) (int y)) > > > %code x = -x; > > > % y = -y; > > > %result (< polarToCart / cartToPolar > (int x) (int y)) > > The variable names x and y are not "local enough", so you should try: > > [...] Yes, it works. Thanks! -Matthias -- Max-Planck-Institut für Informatik [EMAIL PROTECTED] http://www.mpi-sb.mpg.de/~fis
- greencard example does not compile fis
- Re: greencard example does not compile D. Tweed
- Re: greencard example does not compile Michael Hobbs
- Re: greencard example does not compile Sven Panne
- Matthias Fischmann