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
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).
The text was updated successfully, but these errors were encountered:
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 byArray[t]
, allowing, for example,Array[Maybe[Array[t]]]
.Perhaps this depends on the much awaited PR from Gustav (@glundi).
The text was updated successfully, but these errors were encountered: