Skip to content
New issue

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

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

Already on GitHub? # to your account

Language.UHC.JScript.ECMA.Array#listToJSArray and listToStrictJSArray Reverse the List #4

Open
tilltheis opened this issue Aug 29, 2012 · 0 comments

Comments

@tilltheis
Copy link

listToJSArray [1,2,3] :: JSArray Int should result in [1,2,3] but the actual result is [3,2,1].

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

No branches or pull requests

1 participant