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
Add to the Graph module the ability to build a hierarchical document graph from a document and (recursively) all its imports.
It would be useful to have this at both the AST and TST level. The AST-level graph would be particularly useful as the basis for type inference. It may be easiest to build the TST-level graph during type inference.
The text was updated successfully, but these errors were encountered:
Add to the
Graph
module the ability to build a hierarchical document graph from a document and (recursively) all its imports.It would be useful to have this at both the AST and TST level. The AST-level graph would be particularly useful as the basis for type inference. It may be easiest to build the TST-level graph during type inference.
The text was updated successfully, but these errors were encountered: