3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 06:03:23 +00:00

chore(datatype): small fixes

This commit is contained in:
Simon Cruanes 2018-04-06 15:56:05 -05:00
parent bf6928fec0
commit 8fd2d8a636

View file

@ -511,7 +511,7 @@ namespace smt {
switch (op) { switch (op) {
case ENTER: case ENTER:
res = occurs_check_enter(app) || res; res = occurs_check_enter(app);
break; break;
case EXIT: case EXIT: