Changeset 683 for branches/f4grobner/infix-printer.lisp
- Timestamp:
- 2015-06-08T16:27:00-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/infix-printer.lisp
r682 r683 64 64 "Print an expression EXPR in infix notation to stream STREAM. 65 65 If OP is not nil, the expression is parenthesized if its operator 66 has lower precedence than OP. "66 has lower precedence than OP. Returns (VALUES)." 67 67 (cond 68 68 ;; Handle *print-level*
Note:
See TracChangeset
for help on using the changeset viewer.