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 4461 for branches


Ignore:
Timestamp:
2016-06-14T08:52:17-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/test6.lisp

    r4447 r4461  
    66(setf y (alist->poly '( ((2) . 3) ((1) . 4))))
    77
    8 (print x)
    9 (print y)
     8(print (->sexp x '(x)))
     9(print (->sexp y '(x)))
    1010
    11 (print (add-to x y))
     11(print (->sexp (add-to x y) '(x)))
Note: See TracChangeset for help on using the changeset viewer.