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 4450


Ignore:
Timestamp:
2016-06-11T14:31:14-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/fast-add.lisp

    r4447 r4450  
    1212                     result-last (cdr result-last)))))
    1313    (loop
     14       (format t "RESULT:      ~S~%" (mapcar #'->list result))
     15       (format t "RESULT-LAST: ~S~%" (mapcar #'->list result-last))
     16       (format t "P:           ~S~%" (mapcar #'->list p))
     17       (format t "Q:           ~S~%" (mapcar #'->list q))
    1418       (cond
    1519         ((endp p) (unless (endp q) (add-to-result q)) (return result))
Note: See TracChangeset for help on using the changeset viewer.