Remove error from anydata #463
Labels
Area/Lang
Relates to the Ballerina language specification
Type/Improvement
Enhancement to language design
Milestone
In addition to removing, the
error
type is removed fromanydata
, several types have to change fromanydata
toanydata|readonly
:This is part of #189.
This depends on #462.
This is a prerequisite of #353.
We can get rid of the concept of a pure value and replace it by anydata. This implies
==
is not defined for error (which is right since==
will ignore brands).The text was updated successfully, but these errors were encountered: