renamed evalToValues to binExprToValues

This commit is contained in:
Samuel Hammersberg 2023-02-04 15:21:04 +01:00
parent d779605814
commit cd47f7dde3
2 changed files with 8 additions and 8 deletions

View file

@ -2,4 +2,4 @@
main = (0-3) % (7) -- ((2 * (123 + 4214 % (1230)) - 1231) / 314)
main = ((2 * (123 + 4214 % (1230)) - 1231) / 314)