chiark / gitweb /
src/method-aggregate.lisp: New protocol for method return types.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 17 Nov 2015 17:23:18 +0000 (17:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 17 Nov 2015 20:34:13 +0000 (20:34 +0000)
commit64a6094b97647f25abc49a792451ed54c83741ed
tree32381f54a45d861b1823fc7a598ee175a23761c0
parent88e0b18b06860ef094d97b7ac1a023eab78a5240
src/method-aggregate.lisp: New protocol for method return types.

Rather than assume that primary methods should always return the same
type as the message, introduce protocol for the method combination to
decide which return type it wants.
src/method-aggregate.lisp