This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Add destructuring binds to language reference #268
Open
Description
The language reference at https://www.unisonweb.org/docs/language-reference/ doesn't include syntax for destructuring binds like this:
foo : (a, b) -> a
foo p =
(a,b) = p
a
Metadata
Assignees
Labels
No labels