static bool guess_match(Map examples, S s) { for (S key : keys(examples)) if (match(key, s)) ret examples.get(key); false; }