Remove-io-pairs
Remove input-output pairs
For relevant background, see add-io-pairs, which modifies a
function by looking up the result for specified input-output pairs. The
utility remove-io-pairs removes all such pairs for the specified function
symbols.
General Forms:
(remove-io-pairs fn1 ... fnk)
(remove-io-pairs :all)
where the arguments are not evaluated. The use of :all specifies that
all I/O pairs are to be removed for all function symbols; otherwise, all I/O
pairs are removed only for the specified function symbols. A warning is
printed for each input fni that does not currently have any I/O
pairs.
Remark. As add-io-pairs actually memoizes functions,
remove-io-pairs unmemoizes the specified functions. For a utility that
unmemoizes while preserving I/O pairs for possible re-installation later, see
deinstall-io-pairs.