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 4157


Ignore:
Timestamp:
2016-06-02T23:49:12-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4156 r4157  
    4444         :documentation "The partial order used in element comparison.")
    4545   (heap :documentation "A private slot holding the heap."))
    46   (:documentation "Representa a priority queue based on heaps.
    47 Slots HEAP and TEST are read-only after they are initialized."))
     46  (:documentation "Represents a priority queue based on heaps.  Slots
     47HEAP and TEST are read-only after they are initialized. The slot
     48ELEMENT-TYPE can be overriden in subclasses, by initializing it in
     49a :BEFORE or an :AFTER method."))
    4850
    4951
Note: See TracChangeset for help on using the changeset viewer.