!7 concept Example { S input; S a, b, c; } cmodule TripelizeExamples > DynCRUD { // API void addEntry(S input, T3 t) { uniq_sync(Example, +input, a := t.a, b := t.b, c := t.c); } }