mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 17:05:03 +01:00
minor cleanup
This commit is contained in:
parent
ba3a199249
commit
cc04638f1e
16 changed files with 22 additions and 21 deletions
|
|
@ -149,7 +149,7 @@ function printExpr(expr: Expr<AnyPhase>, indent: number): string {
|
|||
return printIdent(expr.value);
|
||||
}
|
||||
case "path": {
|
||||
return `<${expr.segments.join(".")}>${printRes(expr.res)}`;
|
||||
return `<${expr.segments.join(".")}>${printRes(expr.value.res)}`;
|
||||
}
|
||||
case "binary": {
|
||||
return `${printExpr(expr.lhs, indent)} ${expr.binaryKind} ${printExpr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue