static L textChangesOfSnippet(S snippetID) { ret versionsOfSnippetWithText(filter(func(SnippetVersion v) -> bool { eqic(v.change, "Text changed"), getVersionsOfSnippet(snippetID))); }