You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template uses the Core library and I think as a result arrays no longer behave as documented: in the example on that page, myArray[0] would return Some("hello") rather than "hello".
I have no opinion on how this should be resolved, but the current situation is rather confusing for new users. If new projects are supposed to use Core, then the documentation should describe the Core behavior.
The text was updated successfully, but these errors were encountered:
The installation page tells new users to start a project by cloning rescript-lang/rescript-project-template.
This template uses the Core library and I think as a result arrays no longer behave as documented: in the example on that page,
myArray[0]
would returnSome("hello")
rather than"hello"
.I have no opinion on how this should be resolved, but the current situation is rather confusing for new users. If new projects are supposed to use Core, then the documentation should describe the Core behavior.
The text was updated successfully, but these errors were encountered: