static bool eqGet(L l, int i, O o) { ret eq(get(l, i), o); } static bool eqGet(Map map, A key, O o) { ret eq(mapGet(map, key), o); }