static bool conceptHasOptions(Concept c) { ret conceptGraphSearch(c, func(Concept c) { c << Options }) != null; }