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 4182


Ignore:
Timestamp:
2016-06-03T16:57:26-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4181 r4182  
    135135  (:documentation "Creates a CRITICAL-PAIR-QUEUE from an object OBJECT.")
    136136  (:method ((object selection-strategy) &optional (poly-lst nil) (start 0))
    137     "Creates a CRITICAL-PAIR-QUEUE from a selection strategy OBJECT.")
     137    "Creates a CRITICAL-PAIR-QUEUE from a selection strategy OBJECT."
    138138    (with-slots (pair-key-fn pair-order-fn)
    139139        object
Note: See TracChangeset for help on using the changeset viewer.