!7 /* */ concept Example { S text; bool pos; } concept Pattern { S text; solvedExamples; } cmodule PatternMakerSpike { transient Concepts cc; start-thread { cc = new Concepts; } }