static S conceptLanguageToEnglish(S s) { if (s == null) null; pcall { ret conceptLanguageToEnglish_xyz(s); } ret s; } static S conceptLanguageToEnglish(Lisp l) { ret conceptLanguageToEnglish(clUnparse(l)); }