- Timestamp:
- 2016-06-02T23:50:00-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r4152 r4158 104 104 (:documentation "Specializes class PRIORITY-QUEUE to element-type CRITICAL-PAIR.")) 105 105 106 (defmethod initialize-instance : after((self critical-pair-queue) &key)106 (defmethod initialize-instance :BEFORE ((self critical-pair-queue) &key) 107 107 "Initializes the slot ELEMENT-TYPE to symbol CRITICAL-PAIR-QUEUE. 108 108 This overrides the default ELEMENT-TYPE in the superclass."
Note:
See TracChangeset
for help on using the changeset viewer.