- Timestamp:
- 2016-05-30T11:14:21-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r3965 r3967 148 148 (defgeneric queue-empty-p (self) 149 149 (:documentation "Returns T if the queue SELF is empty, NIL otherwise.") 150 (:method ( self)150 (:method ((self critical-pair-queue)) 151 151 (with-slots (pq) 152 152 self
Note:
See TracChangeset
for help on using the changeset viewer.