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 678


Ignore:
Timestamp:
2015-06-08T16:21:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/infix-printer.lisp

    r642 r678  
    145145          (format stream ")")))))))
    146146  (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.