!7 concept Example { S input; S sentences; // joined with vertical bar } cmodule IsQuestionExamples > DynCRUD { // API void addEntry(S input, LS sentences) { uniq_sync(Example, +input, barCombine(sentences)); } }