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 4408


Ignore:
Timestamp:
2016-06-07T19:48:38-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4405 r4408  
    4747      (incf count)
    4848
    49       #|
    5049      ;; TODO: Determine why this is here and fix it.
    5150      ;; If uncommented, causes (+ x (- y z)) print as "X-Y"
     
    5453                 (> count 1)
    5554                 (consp arg)
     55                 (endp (cddr arg))
    5656                 (eq alt-op (car arg)))
    5757        (setf arg (cadr arg) true-sep alt-sep)
    5858        )
    59       |#
     59
    6060
    6161      (if beg
Note: See TracChangeset for help on using the changeset viewer.