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

Inconsistent assumptions about arrays being fixed-size #3

Open
nwolverson opened this issue Feb 14, 2022 · 0 comments
Open

Inconsistent assumptions about arrays being fixed-size #3

nwolverson opened this issue Feb 14, 2022 · 0 comments

Comments

@nwolverson
Copy link
Member

Certain operations (inadvertently) create fixed-size arrays, and others only work on sparse ones. A coherent decision should be made about the representation of PureScript arrays. Probably fixed-size and explicitly resize/relax would be most appropriate.

(They currently may be sparse because of the implementation of replicate, but shouldn't otherwise be so.)

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

1 participant