Changeset 678 for branches/f4grobner
- Timestamp:
- 2015-06-08T16:21:20-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/infix-printer.lisp
r642 r678 145 145 (format stream ")"))))))) 146 146 (values)) 147 148 (defun infix-print-to-string (expr &optional (op nil) (print-level 0) &aux fstr) 149 (with-output-to-string (s fstr) 150 (infix-print expr s op print-level)) 151 fstr)
Note:
See TracChangeset
for help on using the changeset viewer.