chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Peculiar TinyCLOS specialization bit


From: Chris Double
Subject: Re: [Chicken-users] Peculiar TinyCLOS specialization bit
Date: Fri, 31 Dec 2004 12:53:27 +1300

> You will get "Error: call-next-method: no methods left: #<procedure>"
> since method foo is expecting an object as it's second argument and is
> getting #f.
> 
> I think it should pass, though. Am I missing something?

The only method you've defined takes a <b> instance and an <a> instance.
You've passed it a <b> instance and a #f. Since no methods exist for
that combination you get the error. Why do you think it should pass?

Chris.
-- 
  Chris Double
  address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]