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 4533


Ignore:
Timestamp:
2016-06-18T10:41:55-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
Location:
branches/f4grobner
Files:
1 added
2 edited

Legend:

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

    r4434 r4533  
    147147     (format stream "(")
    148148     (infix-print expr stream nil (1+ print-level))
    149      (format stream ")"))
     149     (format stream ")")
     150     )
    150151
    151152    ;; Unary minus needs special handling
  • branches/f4grobner/test12.lisp

    r4532 r4533  
    11(load "boot")
    2 (in-package :polynomial)
     2(in-package :polynomial-sugar)
    33(use-package :symbolic-polynomial)
    44
Note: See TracChangeset for help on using the changeset viewer.