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

[RFC] Retiring [t] for arrays #825

Open
supercooldave opened this issue Jun 18, 2017 · 0 comments
Open

[RFC] Retiring [t] for arrays #825

supercooldave opened this issue Jun 18, 2017 · 0 comments
Labels

Comments

@supercooldave
Copy link

supercooldave commented Jun 18, 2017

The notation for array types [t] conflicts somewhat with the notation for type parameters, leading to types like the following [Maybe[[t]]]. After a little practice, one naturally overcomes any possible confusion, but I think for uniformity, wouldn't it be better to deprecate [t] and replace it by Array[t], allowing, for example, Array[Maybe[Array[t]]].

Perhaps this depends on the much awaited PR from Gustav (@glundi).

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

No branches or pull requests

1 participant