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 2133


Ignore:
Timestamp:
2015-06-17T20:58:45-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2132 r2133  
    113113(defgeneric lcm-equal-lcm-p (object1 object2 object3 object4)
    114114  (:documentation "Returns T if object LCM(OBJECT1,OBJECT2) equals LCM(OBJECT3,OBJECT4), NIL otherwise."))
     115
     116(defgeneric equal-p (object1 object2)
     117  (:method ((object1 t) (object2 t)) (equalp object1 object2))
Note: See TracChangeset for help on using the changeset viewer.