!7 set flag DynModule. sclass Entry { S function; S tokenized; } cmodule InputSplitter > DynBigInputAndList { LS functions = ll(f javaTok); void makeList_impl() { S text = this.text; setList(map_pcall(functions, function -> nu Entry(+function, tokenized := sfu(callAndMake(function, text))))); } }