Implement anonymous type expanders with (Λ (stx) . body) #3

Closed
opened 2016-08-05 11:13:31 +01:00 by SuzanneSoy · 1 comment
SuzanneSoy commented 2016-08-05 11:13:31 +01:00 (Migrated from github.com)

Or some similar syntax. Maybe if Let is working correctly (see #1), then we could implement Λ in terms of Let or vice versa? The semantics intuitively seem to differ from the usual λ/let, so maybe it's not possible.

Or some similar syntax. Maybe if `Let` is working correctly (see #1), then we could implement `Λ` in terms of `Let` or vice versa? The semantics intuitively seem to differ from the usual `λ`/`let`, so maybe it's not possible.
SuzanneSoy commented 2016-10-23 18:41:41 +01:00 (Migrated from github.com)

Implemented in Let-Λ branch

Implemented in `Let-Λ` branch
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/type-expander#3
No description provided.