8000 Reusing the same parameter name yields unrespected results · Issue #61 · timfennis/andy-cpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Reusing the same parameter name yields unrespected results #61
Open
@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

    0