Skip to content

join function is missing, to join a few bindingsΒ #276

@yegor256

Description

@yegor256

Would be great to have an ability to join two or more bindings:

name: foo
pattern: ⟦ 𝐡1, x ↦ "foo", 𝐡2, y ↦ "bar", 𝐡3 ⟧
result: ⟦ 𝐡4 ⟧
where:
  - meta: 𝐡4
    function: join
    args: ['𝐡1', '𝐡2', '𝐡3']

The join function must rename all attributes, so that all of them in 𝐡4 are unique.

Metadata

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