Closed ahelwer closed 7 months ago
This will succeed:
---- MODULE Test ---- op == A!B!!!(1,2) ====
but this will fail:
---- MODULE Test ---- op == A!!!(1,2) ====
Caught during work on https://github.com/tlaplus/tlaplus/issues/882
This will succeed:
but this will fail:
Caught during work on https://github.com/tlaplus/tlaplus/issues/882