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
Types with the following structure occur in several modules. Indeed, some of those types are exactly the same (NamedRule is a common example.)
typeNamedX= (String, X)
This indicates a need for associating names to various entities of the system. Although this is not necessary in theory, it is important for usability. We should make an effort to include names in all necessary entities. While we're at it, we should probably use Text instead of String for names, which should greatly reduce memory consumption.
The text was updated successfully, but these errors were encountered:
Types with the following structure occur in several modules. Indeed, some of those types are exactly the same (
NamedRule
is a common example.)This indicates a need for associating names to various entities of the system. Although this is not necessary in theory, it is important for usability. We should make an effort to include names in all necessary entities. While we're at it, we should probably use
Text
instead ofString
for names, which should greatly reduce memory consumption.The text was updated successfully, but these errors were encountered: