Simplifying test

This commit is contained in:
elvis
2024-10-26 02:11:00 +02:00
parent 3e4e1615d2
commit 82e7d9be5f

View File

@ -8,7 +8,7 @@ let program =
Function
(["a"],
FunctionType ([IntegerType], IntegerType),
Plus (Variable "x", Integer 1)
Variable "x"
)
;;