Skip to content

Commit

Permalink
Update quint/src/ir/IRTransformer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriela Moreira <[email protected]>
  • Loading branch information
MahtabNorouzi and bugarela authored Oct 3, 2024
1 parent a052208 commit 951e685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quint/src/ir/IRTransformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ function transformExpression(transformer: IRTransformer, expr: ir.QuintEx): ir.Q
}
break

case 'tuple': // Add this case for tuple
case 'tuple':
if (transformer.enterTuple) {
newExpr = transformer.enterTuple(newExpr)
}
Expand Down

0 comments on commit 951e685

Please sign in to comment.