!7 cmodule ELEFunctionFinder > ELESuggester { void process_impl(S input) { showSuggestions(input, takeFirst(100, scoredSearchForSF(input))); } }