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 3967


Ignore:
Timestamp:
2016-05-30T11:14:21-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/pair-queue.lisp

    r3965 r3967  
    148148(defgeneric queue-empty-p (self)
    149149  (:documentation "Returns T if the queue SELF is empty, NIL otherwise.")
    150   (:method (self)
     150  (:method ((self critical-pair-queue))
    151151    (with-slots (pq)
    152152        self
Note: See TracChangeset for help on using the changeset viewer.