static Concept firstOfFirst(Concept c) { ret conceptGraphMap_aggressive(c, func(Concept c) { c << Options ? first(c/Options) : c }); }