All Manuals > LispWorks® User Guide and Reference Manual > 31 The CLOS Package

compute-discriminating-function Generic Function

Summary

Returns the discriminating function.

Package

clos

Signature

compute-discriminating-function gf => result

Arguments
gf
A generic function.
Values
result
A function.
Description

The generic function compute-discriminating-function returns the discriminator of gf as specified in AMOP.

However, there are two discrepancies with the AMOP behavior:


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:25