This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Tagging as types #42
Labels
ArcsJs
Related primarily to requirements from ArcsJs
Expressivity
Related to expressivity
Ibis
Related to Ibis
Current State
Data types and tags are currently modeled as two separate (but parallel) properties of nodes.
This will make the implementation of #41 more complicated as tags are not able to be tracked inside a nested data type.
Future work
Unify the modeling of types and tags along with handling taint from accessible but tagged fields of types.
e.g.
should taint the same as
String & Tagged('private')
.The text was updated successfully, but these errors were encountered: