!7 concept TempFact { S globalID = aGlobalID(); S text; } cmodule GazelleTempFacts > DynCRUD { // API sS addTempFact(S text) { ret uniq_sync(TempFact, +text).globalID(); } }