Lean 4 receiver syntax #33

Open
opened 2026-07-01 10:48:23 +02:00 by st · 0 comments
Owner

x.f(y) desugar to f(x, y)

What's more principled? Allowing it in general or tying it to the type of x defining the method specififally?

`x.f(y)` desugar to `f(x, y)` What's more principled? Allowing it in general or tying it to the type of `x` defining the method specififally?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
st/amelie#33
No description provided.