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 405


Ignore:
Timestamp:
2015-06-06T19:09:13-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r404 r405  
    3232;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    3333
     34(defpackage "RING"
     35  (:use :cl)
     36  (:export "MAKE-RING"
     37           "*RING-OF-INTEGERS*"
     38           ))
     39
    3440(defstruct (ring)
    3541  (parse #'identity :type function)
Note: See TracChangeset for help on using the changeset viewer.