static bool csyncAdd(Concept concept, Cl c, A b) { if (!syncAdd(c, b)) false; ret true with cchange(concept); } static void csyncAdd(Concept concept, L l, int idx, A b) { if (l == null) ret; syncAdd(l, idx, b); cchange(concept); }