stack-checker.dependencies: Oops

db4
Slava Pestov 2010-06-24 05:27:01 -04:00
parent 97eb276c48
commit e07ce4d220
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ SYMBOL: +no-method+
M: depends-on-single-method satisfied?
[ method-class>> ] [ object-class>> ] [ generic>> ] tri
{
[ [ class? ] [ class? ] [ generic? ] tri* and and ]
[ [ drop ] [ classoid? ] [ generic? ] tri* and ]
[ subclass-with-only-method = ]
} 3&& ;