src/method-{proto,impl}.lisp: Abstract out the receiver type.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 6 Oct 2019 21:35:47 +0000 (22:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Oct 2019 23:18:28 +0000 (00:18 +0100)
commitd5fdd49e70b734b791eb907706f92da5775e2a8b
treedf9746e8fc44ce7b79e5ac62f43aebd1559e3ea0
parent2c6153373f927d948a74b283ebb16330af8ee49a
src/method-{proto,impl}.lisp: Abstract out the receiver type.

The code used to just assume that receiver (`me') arguments had type
`CLASS *'.  This is about to change...
doc/SYMBOLS
doc/layout.tex
src/method-impl.lisp
src/method-proto.lisp