Rename one or more parameters in a function.
(rename-params fn param-renaming &key :show-only ; default nil :print ; default :result :new-name ; default :auto :verify-guards ; default :auto :untranslate ; default t )
Function to transform
A doublet or list of doublets
Whether to simply show the result, not create it.
How much detail to print.
New name to use for the function (if :auto, the transformation generates a name
Whether to verify guards of the new function(s).
How to untranslate the function body after changing it.