Fixing ordering, using petgraph

This commit is contained in:
elvis
2025-07-03 23:44:10 +02:00
parent eb8455b84d
commit 62740cce84
6 changed files with 20 additions and 9 deletions

View File

@ -21,7 +21,7 @@ pub fn unfold(
if let Some(newprocess) = newprocess {
unfold(environment, newprocess)
} else {
Err(format!("Recursive call to missing symbol: {identifier}"))
Err(format!("Missing symbol in context: {identifier}"))
}
}
RSprocess::EntitySet {