static boolean turingMatch(S expected, S got) { ret matchStart(expected, got) || matchStart(quote(expected), got); }