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 4417


Ignore:
Timestamp:
2016-06-07T22:22:11-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4416 r4417  
    133133         (cond ((eq (car expr) '+) '-)
    134134               ((eq (car expr) '-) '-)
     135               ((eq (car expr) '*) '/)
     136               ((eq (car expr) '/) '/)
    135137               (t nil))))
    136138
Note: See TracChangeset for help on using the changeset viewer.