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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
If I understand correctly, this code wraps type in a vector and does a call to expanded-form to make it be processed by code in this cond case.
If what I wrote is correct, then I think these two calls are unnecessary, because process-properties and process-items of result is already performed in recursive call to expanded-formhere.
The text was updated successfully, but these errors were encountered:
postatum
changed the title
Unnecessary function calls in expanded form
Probably unnecessary function calls in expanded form
Sep 6, 2016
If I understand correctly, this code wraps
type
in a vector and does a call toexpanded-form
to make it be processed by code in this cond case.If what I wrote is correct, then I think these two calls are unnecessary, because
process-properties
andprocess-items
ofresult
is already performed in recursive call toexpanded-form
here.The text was updated successfully, but these errors were encountered: