static L fastLoadStatements() { Class main = getBotMainClass("Truth Table"); O concepts = get(main, "mainConcepts"); ret map(f fastLoadStatement, values(cloneMap((Map) get(concepts, "concepts")))); }