Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Merge seems not to work for empty tuples #41

Open
sylvaticus opened this issue Aug 12, 2017 · 0 comments
Open

Merge seems not to work for empty tuples #41

sylvaticus opened this issue Aug 12, 2017 · 0 comments

Comments

@sylvaticus
Copy link

This work:

key = @NT(a="aaa")
key = merge(key, @NT(b=1))

But this doesn't:

key = @NT(a)
key = merge(key, @NT(b))

or

key = @NT()
key = merge(key, @NT(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