close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3115


Ignore:
Timestamp:
2015-06-22T08:04:35-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3112 r3115  
    201201The result is stored in SELF. This implementation does
    202202no consing, entirely reusing the sells of SELF and OTHER.")
    203 
    204203  )
    205204
     
    355354     (make-instance
    356355      'poly
    357       :termlist (apply #'nconc (mapcon #'poly-termlist plist))))))
     356      :termlist (apply #'nconc (mapcar #'poly-termlist plist))))))
    358357
    359358#|
Note: See TracChangeset for help on using the changeset viewer.