axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [mainline] PATCH to op.spad.pamphlet: fix typo in comm


From: Gabriel Dos Reis
Subject: [Axiom-developer] [mainline] PATCH to op.spad.pamphlet: fix typo in comment
Date: 21 Aug 2006 10:34:14 +0200

*** src/algebra/ChangeLog       (revision 15555)
--- src/algebra/ChangeLog       (local)
***************
*** 1,3 ****
--- 1,7 ----
+ 2006-08-21  Gabriel Dos Reis  <address@hidden>
+ 
+       * op.spad.pamphlet: Fix typo in comment.
+ 
  2006-07-31  Ralf Hemmecke  <address@hidden>
  
        * 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) -> $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]