Subst-expression-list
Apply a substitution to a list of expressions.
- Signature
(subst-expression-list subst exprs) → new-exprs
- Arguments
- subst — Guard (variable-substitutionp subst).
- exprs — Guard (expression-listp exprs).
- Returns
- new-exprs — Type (expression-listp new-exprs).