X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/e75eb63d81df077c02c6c74439fb14a34d4fb93e..d7887906f573f1cbfa9f04ade2df7966bed57b07:/src/method-aggregate.lisp?ds=inline diff --git a/src/method-aggregate.lisp b/src/method-aggregate.lisp index 6e5d278..1332e10 100644 --- a/src/method-aggregate.lisp +++ b/src/method-aggregate.lisp @@ -94,7 +94,7 @@ (defgeneric check-aggregating-message-type (message combination type) (:method (message combination type) t)) -(export 'standard-effective-method) +(export 'aggregating-effective-method) (defclass aggregating-effective-method (simple-effective-method) () (:documentation "Effective method counterpart to `aggregating-message'."))