Closed tmarble closed 8 years ago
For defpmethod the grammar says the condition map is optional: defpmethod = symbol cond-map? args fn? between-stmt* ...but the implementation assumed it was always present.
Also
Signed-off-by: Tom Marble tmarble@info9.net
For defpmethod the grammar says the condition map is optional: defpmethod = symbol cond-map? args fn? between-stmt*
Also
Signed-off-by: Tom Marble tmarble@info9.net