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