Skip to content
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
runarorama opened this issue Sep 9, 2021 · 0 comments
Open

Add destructuring binds to language reference #268

runarorama opened this issue Sep 9, 2021 · 0 comments

Comments

@runarorama
Copy link
Collaborator

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant