refactor: Edit type name for consistency

This commit is contained in:
Lucàs
2024-07-03 11:11:24 +02:00
parent 9d3fa71e34
commit 072e062925
5 changed files with 164 additions and 107 deletions
+12 -12
View File
@@ -11,16 +11,16 @@ SourceFile([
Add,
BinaryExpression(
Add,
Literal(Integer(4)
Literal(Integer(4)),
Literal(Integer(2))
),
Literal(Integer(2))
),
BinaryExpression(
Multiply,
Literal(Integer(3)),
Literal(Integer(1))
))
)]
)]
)
*/
BinaryExpression(
Multiply,
Literal(Integer(3)),
Literal(Integer(1))
)
)
)
])
])
*/