Refactoring but this time modular

This commit is contained in:
elvis
2025-08-17 01:01:56 +02:00
parent a0a2f01c30
commit 4816c8af25
6 changed files with 318 additions and 208 deletions

View File

@ -1322,7 +1322,9 @@ fn assert_tycheck_for_8() {
Unary::Neighbours,
Box::new(Expression::Unary(
Unary::Source,
Box::new(Expression::Var(Variable::Edge))
Box::new(Expression::Var(
Variable::Special(EdgeRelablerInput::Edge)
))
))
))
)),
@ -1402,7 +1404,9 @@ fn assert_tycheck_system() {
Unary::System,
Box::new(Expression::Unary(
Unary::Target,
Box::new(Expression::Var(Variable::Edge))
Box::new(Expression::Var(
Variable::Special(EdgeRelablerInput::Edge)
))
))
))
))