*** src/algebra/ChangeLog       (revision 15555)
--- src/algebra/ChangeLog       (local)
***************
*** 1,3 ****
--- 1,7 ----
+ 2006-08-21  Gabriel Dos Reis  <[EMAIL PROTECTED]>
+ 
+       * op.spad.pamphlet: Fix typo in comment.
+ 
  2006-07-31  Ralf Hemmecke  <[EMAIL PROTECTED]>
  
        * transsolve.spad.pamphlet: Escape "#".
*** src/algebra/op.spad.pamphlet        (revision 15555)
--- src/algebra/op.spad.pamphlet        (local)
*************** BasicOperator(): Exports == Implementati
*** 108,114 ****
        ++ Argument op is modified "in place", i.e. no copy is made.
  
    Implementation ==> add
!     -- if narg < 0 then the operator ahs variable arity.
      Rep := Record(opname:Symbol, narg:SingleInteger, props:P)
  
      oper: (Symbol, SingleInteger, P) -> $
--- 108,114 ----
        ++ Argument op is modified "in place", i.e. no copy is made.
  
    Implementation ==> add
!     -- if narg < 0 then the operator has variable arity.
      Rep := Record(opname:Symbol, narg:SingleInteger, props:P)
  
      oper: (Symbol, SingleInteger, P) -> $


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to