Changes between Initial Version and Version 1 of Ticket #1125, comment 5
- Timestamp:
- 11/19/15 15:11:36 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1125, comment 5
initial v1 4 4 - The DSSSL lambda list conversion happens before calling this, so you wouldn't see the original lambda form, unless we pass that in as an extra argument of course. 5 5 6 If you move this into the {{{##sys#expand-extended-lambda-list}}}, it would only work for regular lambda lists, not {{{receive}}}, {{{define-inline}}}, {{{define-values}}} and so on. 6 If you move this into the {{{##sys#expand-extended-lambda-list}}}, it would only work for regular lambda lists, not {{{receive}}}, {{{define-inline}}}, {{{define-values}}} and so on. Besides, I think this is only called when it actually '''is''' an extended lambda list.