more precise (case) allows (or) result for the object being tested

This commit is contained in:
2021-06-12 21:30:22 -06:00
parent d1fc9d3623
commit 61a00703a0

View File

@@ -260,7 +260,7 @@ class SpecialForms {
default: default:
null; null;
}; };
ESwitch(k.forCaseParsing().convert(args[0]), args.slice(1).map(Helpers.makeSwitchCase.bind(_, k)), defaultExpr).withMacroPosOf(wholeExp); ESwitch(k.withoutListWrapping().convert(args[0]), args.slice(1).map(Helpers.makeSwitchCase.bind(_, k)), defaultExpr).withMacroPosOf(wholeExp);
}; };
// Type check syntax: // Type check syntax: