Changeset 4450 for branches/f4grobner
- Timestamp:
- 2016-06-11T14:31:14-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/fast-add.lisp
r4447 r4450 12 12 result-last (cdr result-last))))) 13 13 (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)) 14 18 (cond 15 19 ((endp p) (unless (endp q) (add-to-result q)) (return result))
Note:
See TracChangeset
for help on using the changeset viewer.