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]: {}
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.