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 Array type is just an alias for AMT. This lack of abstraction can lead to issues like #1346. Also, exposing the amt package errors directly causes a bunch of bloat in users that need to wrap and attach exit codes.
Create an Array2 type following the same pattern as Map2 and replace all uses of Array. Simplify all the map_err wrapping points that result from amt errors.
We can rename Array2 to Array once that name becomes available again.
The text was updated successfully, but these errors were encountered:
The Array type is just an alias for AMT. This lack of abstraction can lead to issues like #1346. Also, exposing the amt package errors directly causes a bunch of bloat in users that need to wrap and attach exit codes.
Create an
Array2
type following the same pattern asMap2
and replace all uses of Array. Simplify all themap_err
wrapping points that result from amt errors.We can rename
Array2
toArray
once that name becomes available again.The text was updated successfully, but these errors were encountered: