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 4323


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4322 r4323  
    3535           "MAKE-ZERO-FOR"
    3636           "MAKE-UNIT-FOR"
    37            "->SEXP")
    38   (:documentation "Defines an abstract ring class and ring operations."))
     37           "->SEXP"
     38           "RATIONAL-FIELD"
     39           "RATIONAL-FIELD-VALUE"
     40           "MAKE-ZERO-FOR"
     41           "MAKE-UNIT-FOR"
     42           "INTEGER-RING"
     43           "INTEGER-RING-VALUE"
     44           )
     45  (:documentation "Defines an abstract ring class and ring operations.")
     46  )
    3947
    4048(in-package "RING")
Note: See TracChangeset for help on using the changeset viewer.