From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: src/method-proto.lisp: Fix boneheaded `:keyword' as a type. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/8e45f8240f8956f6365aa4f5412d0536337b855d src/method-proto.lisp: Fix boneheaded `:keyword' as a type. --- diff --git a/src/method-proto.lisp b/src/method-proto.lisp index 6a1b640..41e6354 100644 --- a/src/method-proto.lisp +++ b/src/method-proto.lisp @@ -86,7 +86,7 @@ :reader method-entry-chain-head) (chain-tail :initarg :chain-tail :type sod-class :reader method-entry-chain-tail) - (role :initarg :role :type (or :keyword null) :reader method-entry-role)) + (role :initarg :role :type (or keyword null) :reader method-entry-role)) (:documentation "An entry point into an effective method.