!7 concept Example { S input; S verb; S verb_guessed; } p { dbIndexing(Example, 'input); for (S s : keys(gac36k())) uniq_debug(Example, input := s); print("Making CRUD"); simpleCRUD(Example); }