Skip to content

Fix indexing in mapWithIndexArray and traverseArrayImpl#1

Open
sarahnya wants to merge 1 commit intoUnisay:masterfrom
sarahnya:indexing-fix
Open

Fix indexing in mapWithIndexArray and traverseArrayImpl#1
sarahnya wants to merge 1 commit intoUnisay:masterfrom
sarahnya:indexing-fix

Conversation

@sarahnya
Copy link

Description of the change

Changes are made such that lua arrays use the lua convention of 1 based indexing while purescript arrays use 0 based indexing.


Checklist:

  • Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation
  • Added a test for the contribution (if applicable)

Changes are made such that lua arrays use the lua convention of 1 based
indexing while purescript arrays use 0 based indexing.
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

Successfully merging this pull request may close these issues.

1 participant