Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support KeyValueIterator properly #38

Open
back2dos opened this issue May 16, 2020 · 2 comments
Open

Support KeyValueIterator properly #38

back2dos opened this issue May 16, 2020 · 2 comments

Comments

@back2dos
Copy link
Member

Currently for (key => val in target) is treated in a way that doesn't leverage KeyValueIterator, which sometimes is slower and sometimes doesn't even compile.

@markknol
Copy link

markknol commented Jun 4, 2020

I do <for ${idx => item in chordsInScale}> but I get this error:
image
It looked like it is supported, but there's something wrong with it. Then I found this issue.

@serjek
Copy link

serjek commented Oct 26, 2020

older versions of coconut that use tink_lang by default do not allow for (k=>v in map) syntax in models because of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants