You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(error "Filtered functions are currently not supported in this Common Lisp implementation."))
(asdf:defsystem #:filtered-functions
:name "Filtered Functions"
:description "Filtered functions provide an extension of generic function invocation that add a simple preprocessing step before the actual method dispatch is performed and thus enable the use of arbitrary predicates for selecting and applying methods."