Waldek Hebisch <[EMAIL PROTECTED]> writes:

> How to correctly define nested function in algebra file?  I changed
> beggining of goodCoef (in efstruc.spad.pamphlet) to the following:

Unfortunately, the compiler is quite buggy... The way I do it usually is

        f: (FROM1, FROM2, FROM3) -> TO := 
          (op1(#1, #2, #3); 
           op2(#1, #2, #3); 
           resultOp(#1, #2, #3))

That is, I don't use pile syntax.

#1, #2, etc. are the arguments you are going to hand to f.

Martin



_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to