![]() |
|
Navigation |
Synopsis Compute the (transitive) dependencies of a project.
Function
set[loc] dependencies(loc project)
Examples Assuming that the project
|project://example-project| exists in the current workspace, we can get the following:
rascal>import util::Resources; ok rascal>dependencies(|project://example-project|); set[loc]: {} ![]() |