- Timestamp:
 - 2016-06-07T19:16:24-07:00 (9 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/infix-printer.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/infix-printer.lisp
r4403 r4404 47 47 (incf count) 48 48 49 #| 50 ;; TODO: Determine why this is here and fix it. 51 ;; If uncommented, causes (+ x (- y z)) print as "X-Y" 52 ;; which is not correct 49 53 (when (and alt-op 50 54 (> count 1) 51 55 (consp arg) 52 56 (eq alt-op (car arg))) 53 ;;(setf arg (cadr arg) true-sep alt-sep)57 (setf arg (cadr arg) true-sep alt-sep) 54 58 ) 59 |# 55 60 56 61 (if beg  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  