Skip to content
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
@runarorama

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions