Skip to content

Variable declarations in destructuring bind #94

@BertLisser

Description

@BertLisser

Created 2009-06-29 by [email protected] assigned to [email protected]

It would be nice if variables could be declared in a tuple assignment:

<int i, int j> = <1,2>;

just like in a pattern match:

<int i, int j> := <1,2>;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions