Skip to content

Reusing the same parameter name yields unrespected results #61

@timfennis

Description

@timfennis
λ let y = fn(x, x, x) => x + x + x
λ y(1,2,3)
9

this should probably just produce an error instead

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions