Subject: Re: Querying whether there is a method which is applicable for an arglist
From: Erik Naggum <erik@naggum.no>
Date: 2000/02/10
Newsgroups: comp.lang.lisp
Message-ID: <3159202464932715@naggum.no>

* Robert Monfera <monfera@fisec.com>
| Maybe (clos:compute-applicable-methods generic-function arguments) would
| work for you, if your implementation has MOP.

  COMPUTE-APPLICABLE-METHODS is in the COMMON-LISP package in ANSI Common
  Lisps, and is unrelated to whether the implementation has MOP.

#:Erik