sbool forgetCompiledSrcLib(S snippetID) {
  File f = main DiskSnippetCache_file(psI(snippetID));
  ret deleteFile(f);
}