IRC channel logs

2025-08-23.log

back to list of logs

<old>is there a way to check if a method signature is defined for a given class type?
<old>Given for example I have method M and class C. I want to check if M is defined for C but with certain dispatching types
<old>I guess that what I'm looking for is `compute-applicable-methods'